Skip to content

Commit

Permalink
Revert "Mark multiprocess tests as xfail for now. Ref #634."
Browse files Browse the repository at this point in the history
This reverts commit 7c15811.

Fixes #634.
  • Loading branch information
jaraco committed Jun 23, 2023
1 parent da2a98b commit ffe8b5f
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tests/test_multiprocess.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,6 @@ def subprocess_get():
sys.version_info < (3, 8) and platform.system() == 'Darwin',
reason="#281, #494: Prior to 3.8, multiprocess invocation fails",
),
pytest.mark.xfail(
platform.system() == 'Windows' and sys.version_info > (3, 12),
reason="#634; apparent regression in CPython",
),
]


Expand Down

0 comments on commit ffe8b5f

Please sign in to comment.