Merge remote-tracking branch 'upstream/master' into release-3.5.0
This commit is contained in:
commit
f3c87a77a7
1
AUTHORS
1
AUTHORS
|
@ -92,6 +92,7 @@ Janne Vanhala
|
||||||
Jason R. Coombs
|
Jason R. Coombs
|
||||||
Javier Domingo Cansino
|
Javier Domingo Cansino
|
||||||
Javier Romero
|
Javier Romero
|
||||||
|
Jeff Rackauckas
|
||||||
Jeff Widman
|
Jeff Widman
|
||||||
John Eddie Ayson
|
John Eddie Ayson
|
||||||
John Towler
|
John Towler
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Added ``doc`` to norecursedirs in tox.ini
|
Renamed example directories so all tests pass when ran from the base directory.
|
2
tox.ini
2
tox.ini
|
@ -205,7 +205,7 @@ rsyncdirs = tox.ini pytest.py _pytest testing
|
||||||
python_files = test_*.py *_test.py testing/*/*.py
|
python_files = test_*.py *_test.py testing/*/*.py
|
||||||
python_classes = Test Acceptance
|
python_classes = Test Acceptance
|
||||||
python_functions = test
|
python_functions = test
|
||||||
norecursedirs = .tox ja .hg cx_freeze_source doc
|
norecursedirs = .tox ja .hg cx_freeze_source
|
||||||
xfail_strict=true
|
xfail_strict=true
|
||||||
filterwarnings =
|
filterwarnings =
|
||||||
error
|
error
|
||||||
|
|
Loading…
Reference in New Issue