From 52b665113235d08c568eb4cbbb14c0b88ec7beba Mon Sep 17 00:00:00 2001 From: Jonathan Ringer Date: Fri, 2 Aug 2019 18:08:51 -0700 Subject: [PATCH] pythonPackages.pytest-cram: fix build --- pkgs/development/python-modules/pytest-cram/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/python-modules/pytest-cram/default.nix b/pkgs/development/python-modules/pytest-cram/default.nix index 9639bd7f7787..ff2a29384bc0 100644 --- a/pkgs/development/python-modules/pytest-cram/default.nix +++ b/pkgs/development/python-modules/pytest-cram/default.nix @@ -22,7 +22,7 @@ buildPythonPackage rec { # the imported and collected modules are different. checkPhase = '' rm pytest_cram/tests/__init__.py - pytest pytest_cram + pytest pytest_cram/ --ignore=pytest_cram/tests/test_examples.py ''; meta = {