python3Packages.mocket: fix http tests

This commit is contained in:
Jonathan Ringer
2022-01-23 01:09:35 +01:00
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"