News and gitignore chances to pass PR tests.

This commit is contained in:
Bob Hyman 2019-12-06 10:39:22 -05:00
parent 69d9072aa7
commit 423c2cdb01
2 changed files with 30 additions and 0 deletions

6
.gitignore vendored
View file

@ -63,3 +63,9 @@ rever/
# elm
xonsh/webconfig/elm-stuff/
xonsh/webconfig/js/app.js
# venv (e.g, autovox)
venv/
# VS Code
.vscode/

24
news/unit_tests1.rst Normal file
View file

@ -0,0 +1,24 @@
**Added:**
* <news item>
**Changed:**
* <news item>
**Deprecated:**
* <news item>
**Removed:**
* <news item>
**Fixed:**
* Unit test failures in `test_integrations` under ubuntu 19.10 with Python 3.8.0
* .gitignore entries for venv under project root (as for autovox) and for VS Code.
**Security:**
* <news item>