Skip to content

Commit c4941e5

Browse files
committed
--debug
1 parent ac292d9 commit c4941e5

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
@@ -28,8 +28,8 @@ jobs:
2828
python: "3.7"
2929
os: windows-latest
3030
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"
3333

3434
steps:
3535
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)