python3Packages.mocket: fix http tests

This commit is contained in:
Jonathan Ringer 2022-01-17 12:11:39 -08:00 committed by Martin Weinelt
parent 407981d056
commit a793fe02c1

View file

@ -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"