mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
python.pkgs.pytest-httpbin: disable tests
Tests are not included in the PyPI tarball.
This commit is contained in:
parent
27d17b1bac
commit
9ebfa7bede
1 changed files with 3 additions and 0 deletions
|
@ -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 a new issue