New issue 113: running 'tox -- -k test_setup_py' on tox should not overwrite tox' own tox.ini https://bitbucket.org/hpk42/tox/issue/113/running-tox-k-test_setup_py-on-tox-should
Anthon van der Neut: While adding some tests in test_z_cmdline, all with the substring 'test_setup_py' I selected only these for execution and quicker testing with 'tox -- -k test_setup_py'. Everything was fine until I ran tox again and after some digging noticed that tox' own tox.ini was overwritten by tox itself. 'hg revert tox.ini' and 'chmod 400 tox.ini' showed in a rerun that test_quickstart.py: test_setup_py_test() was the cause of the problem. _______________________________________________ pytest-commit mailing list pytest-commit@python.org http://mail.python.org/mailman/listinfo/pytest-commit