From c4941e5a82dd8d4c39d6c392bd5574230e90ccee Mon Sep 17 00:00:00 2001 From: Daniel Hahler Date: Wed, 2 Sep 2020 01:29:44 +0200 Subject: [PATCH] --debug --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index f42ed0351d5..cfac02e88ad 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -28,8 +28,8 @@ jobs: python: "3.7" os: windows-latest tox_env: "py37" - script_prefix: "env PYTEST_REORDER_TESTS=0 PYTEST_DEBUG=1" - 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" + script_prefix: "env PYTEST_REORDER_TESTS=0" + 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" steps: - uses: actions/checkout@v2