buku: remove problematic test dependencies

This commit is contained in:
arcnmx 2022-01-22 12:00:43 -08:00
parent e14ce3e49a
commit 555111f1a9

View File

@ -47,12 +47,9 @@ with python3'.pkgs; buildPythonApplication rec {
};
checkInputs = [
pytest-cov
hypothesis
pytest
pytest-vcr
pylint
flake8
pyyaml
mypy-extensions
click
@ -70,6 +67,9 @@ with python3'.pkgs; buildPythonApplication rec {
# Jailbreak problematic dependencies
sed -i \
-e "s,'PyYAML.*','PyYAML',g" \
-e "/'pytest-cov/d" \
-e "/'pylint/d" \
-e "/'flake8/d" \
setup.py
'';