There was an error while loading. Please reload this page.
1 parent 641f20a commit dedfbc0Copy full SHA for dedfbc0
pyproject.toml
@@ -75,7 +75,9 @@ legacy_tox_ini = """
75
[testenv]
76
package = wheel
77
wheel_build_env = .pkg
78
- deps = httpbin @ https://github.com/graingert/httpbin/archive/refs/heads/patch-1.zip
+ deps =
79
+ httpbin @ https://github.com/graingert/httpbin/archive/refs/heads/patch-1.zip
80
+ cffi >= 1.17.0rc1
81
extras = test
82
commands = pytest -v -s {posargs}
83
install_command = python -I -m pip install --use-pep517 {opts} {packages}
0 commit comments