xonsh/news/test-fix.rst
2018-10-11 12:04:48 -04:00

17 lines
390 B
ReStructuredText

**Added:** None
**Changed:**
* Pytest plugin now uses ``xonsh.main.setup()`` to setup test environment.
* Linux platform discovery will no longer use ``platform.linux_distribution()``
on Python >=3.6.6. due to pending deprecation warning.
**Deprecated:** None
**Removed:** None
**Fixed:**
* Fixed further raw string deprecation warnings thoughout the code base.
**Security:** None