Changeset b6ef335 in trunk
- Timestamp:
- 2025-12-09T23:33:21Z (5 weeks ago)
- 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)
- File:
-
- 1 edited
-
integration/conftest.py (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
integration/conftest.py
rbf4e956 rb6ef335 307 307 308 308 @pytest.fixture(scope='session') 309 @pytest.mark.skipif(sys.platform.startswith('win'),310 'Tor tests are unstable on Windows')311 309 def chutney(reactor, temp_dir: str) -> FilePath: 312 310 """ … … 338 336 339 337 @pytest.fixture(scope='session') 340 @pytest.mark.skipif(sys.platform.startswith('win'),341 reason='Tor tests are unstable on Windows')342 338 def tor_network(reactor, temp_dir, chutney, request): 343 339 """
Note: See TracChangeset
for help on using the changeset viewer.
