salt/tests/unit/transport
Daniel Wallace b839193443 Use linux_distribution from distro if not in platform
http://bugs.python.org/issue1322

python 3.7 is deprecating the platform.{linux_distribution,dist}
functions.  They are being moved to the `distro` module on pypi.  This
adds support for using the distro module if platform does not have the
needed functions.
2017-03-14 10:09:47 -05:00
..
__init__.py Add initial req_channel tests 2015-04-07 20:53:26 -07:00
test_ipc.py Absolute imports and A LOT of code cleanup. 2017-03-01 01:33:07 +00:00
test_pub.py Test filenames conformity. Adjust for pytest. 2017-02-23 23:19:42 +00:00
test_req.py Test filenames conformity. Adjust for pytest. 2017-02-23 23:19:42 +00:00
test_tcp.py Absolute imports and A LOT of code cleanup. 2017-03-01 01:33:07 +00:00
test_zeromq.py Use linux_distribution from distro if not in platform 2017-03-14 10:09:47 -05:00