1 new commit in pytest:

https://bitbucket.org/pytest-dev/pytest/commits/162f18fafaba/
Changeset:   162f18fafaba
User:        hpk42
Date:        2015-05-07 10:19:35+00:00
Summary:     another try at ignoring cx_freeze during other tox envs
Affected #:  1 file

diff -r 157eb0bccf55764dabe788b81bbcad1663774079 -r 
162f18fafaba4bc42fa61b9e4fbdf3d7b645748e tox.ini
--- a/tox.ini
+++ b/tox.ini
@@ -145,7 +145,7 @@
 minversion=2.0
 plugins=pytester
 #--pyargs --doctest-modules --ignore=.tox
-addopts= -rxsX -p pytester --ignore=cx_freeze
+addopts= -rxsX -p pytester --ignore=testing/cx_freeze
 rsyncdirs=tox.ini pytest.py _pytest testing
 python_files=test_*.py *_test.py testing/*/*.py
 python_classes=Test Acceptance

Repository URL: https://bitbucket.org/pytest-dev/pytest/

--

This is a commit notification from bitbucket.org. You are receiving
this because you have the service enabled, addressing the recipient of
this email.
_______________________________________________
pytest-commit mailing list
pytest-commit@python.org
https://mail.python.org/mailman/listinfo/pytest-commit

Reply via email to