Skip to content

Commit 61bd61c

Browse files
committed
--debug
1 parent 3521e58 commit 61bd61c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ jobs:
3030
python: "3.7"
3131
os: windows-latest
3232
tox_env: "py37"
33-
script_prefix: "env PYTEST_REORDER_TESTS=0 PYTEST_DEBUG=1"
34-
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"
33+
script_prefix: "env PYTEST_REORDER_TESTS=0"
34+
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"
3535

3636
steps:
3737
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)