Skip to content

Commit e79777f

Browse files
committed
fix checking for pytest-xprocess
Fix conftest not to require `pytest_xprocess` module. This module has been removed back in 2021, and it is missing since pytest-xprocess 0.19.0. Checking for just `xprocess` is fine, and makes all tests run again. fixes pallets-eco#592
1 parent 494d498 commit e79777f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/conftest.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
import flask_caching as fsc
88

99
try:
10-
__import__("pytest_xprocess")
1110
from xprocess import ProcessStarter
1211
except ImportError:
1312

0 commit comments

Comments
 (0)