mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-17 14:19:58 +03:00
python.pkgs.pytest-httpbin: disable tests
Tests are not included in the PyPI tarball.
This commit is contained in:
parent
27d17b1bac
commit
9ebfa7bede
@ -28,6 +28,9 @@ buildPythonPackage rec {
|
||||
py.test
|
||||
'';
|
||||
|
||||
# https://github.com/kevin1024/pytest-httpbin/pull/51
|
||||
doCheck = false;
|
||||
|
||||
meta = {
|
||||
description = "Easily test your HTTP library against a local copy of httpbin.org";
|
||||
homepage = https://github.com/kevin1024/pytest-httpbin;
|
||||
|
Loading…
Reference in New Issue
Block a user