Skip to content

Commit 4f2d788

Browse files
authored
Revert "Enable parallel test execution."
1 parent fbe4dec commit 4f2d788

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ python_files = "tests/win32/test_*.py" "tests/win32com/test_*.py"
1616
#
1717
# py.test -k test_name
1818
#
19-
addopts = "-v" "-rsxXfE" "-n3" "--doctest-glob=" "--continue-on-collection-errors" "--junitxml=junit-results.xml"
19+
addopts = "-v" "-rsxXfE" "--doctest-glob=" "--continue-on-collection-errors" "--junitxml=junit-results.xml"

tests/win32com/test_Shell.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,6 @@ def tearDown(self):
231231
if os.path.isfile(fname):
232232
os.unlink(fname)
233233

234-
@pytest.mark.xfail
235234
def testCopy(self):
236235
s = (0, # hwnd,
237236
FO_COPY, # operation

0 commit comments

Comments
 (0)