xonsh/news/test-fix.rst

18 lines
390 B
ReStructuredText
Raw Normal View History

2018-10-11 11:22:57 -04:00
**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
2018-10-11 12:04:48 -04:00
**Fixed:**
* Fixed further raw string deprecation warnings thoughout the code base.
2018-10-11 11:22:57 -04:00
**Security:** None