Changeset b6ef335 in trunk


Ignore:
Timestamp:
2025-12-09T23:33:21Z (5 weeks ago)
Author:
GitHub <noreply@…>
Parents:
bf4e956 (diff), 036f573 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
git-author:
meejah <meejah@…> (2025-12-09 23:33:21)
git-committer:
GitHub <noreply@…> (2025-12-09 23:33:21)
Message:

Merge pull request #1449 from sajith/4189.fix-integration-tests

Remove deprecated pytest marks

File:
1 edited

Legend:

Unmodified
Added
Removed
  • integration/conftest.py

    rbf4e956 rb6ef335  
    307307
    308308@pytest.fixture(scope='session')
    309 @pytest.mark.skipif(sys.platform.startswith('win'),
    310                     'Tor tests are unstable on Windows')
    311309def chutney(reactor, temp_dir: str) -> FilePath:
    312310    """
     
    338336
    339337@pytest.fixture(scope='session')
    340 @pytest.mark.skipif(sys.platform.startswith('win'),
    341                     reason='Tor tests are unstable on Windows')
    342338def tor_network(reactor, temp_dir, chutney, request):
    343339    """
Note: See TracChangeset for help on using the changeset viewer.