File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 28
28
python : " 3.7"
29
29
os : windows-latest
30
30
tox_env : " py37"
31
- script_prefix : " env PYTEST_REORDER_TESTS=0 PYTEST_DEBUG=1 "
32
- pytest_addopts : " --verbosity=2 testing/test_assertrewrite.py:1284::TestEarlyRewriteBailout::test_basic testing/test_collection.py:707::Test_getinitialnodes::test_pkgfile testing/test_collection.py:1095::test_collect_init_tests testing/python/fixtures.py:1571::TestFixtureManagerParseFactories::test_package_xunit_fixture testing/python/fixtures.py:4105::TestScopeOrdering::test_multiple_packages"
31
+ script_prefix : " env PYTEST_REORDER_TESTS=0"
32
+ pytest_addopts : " --debug -- verbosity=2 testing/test_assertrewrite.py:1284::TestEarlyRewriteBailout::test_basic testing/test_collection.py:707::Test_getinitialnodes::test_pkgfile testing/test_collection.py:1095::test_collect_init_tests testing/python/fixtures.py:1571::TestFixtureManagerParseFactories::test_package_xunit_fixture testing/python/fixtures.py:4105::TestScopeOrdering::test_multiple_packages"
33
33
34
34
steps :
35
35
- uses : actions/checkout@v2
You can’t perform that action at this time.
0 commit comments