python3Packages.mocket: fix http tests
This commit is contained in:
committed by
Martin Weinelt
parent
407981d056
commit
a793fe02c1
@@ -45,6 +45,8 @@ buildPythonPackage rec {
|
||||
pook
|
||||
];
|
||||
|
||||
# skip http tests
|
||||
SKIP_TRUE_HTTP = true;
|
||||
pytestFlagsArray = [
|
||||
# Requires a live Redis instance
|
||||
"--ignore=tests/main/test_redis.py"
|
||||
|
||||
Reference in New Issue
Block a user