mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-04 08:24:40 +01:00
News and gitignore chances to pass PR tests.
This commit is contained in:
parent
69d9072aa7
commit
423c2cdb01
2 changed files with 30 additions and 0 deletions
6
.gitignore
vendored
6
.gitignore
vendored
|
@ -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
24
news/unit_tests1.rst
Normal 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>
|
Loading…
Add table
Reference in a new issue