summary refs log tree commit diff
path: root/pkgs/development/python-modules/coreschema
diff options
context:
space:
mode:
authorivegotasthma <ivegotasthma@protonmail.com>2019-08-12 21:53:25 +0200
committerivegotasthma <ivegotasthma@protonmail.com>2019-08-14 23:52:20 +0200
commitcecfde44e6f68395abb2fef79cfb84d153f0296e (patch)
treee5f2c62b3797730bd6f19ed5a89bdf1c283b7687 /pkgs/development/python-modules/coreschema
parent413567990758333c3b6d90e455af629aba3593b4 (diff)
downloadnixpkgs-cecfde44e6f68395abb2fef79cfb84d153f0296e.tar
nixpkgs-cecfde44e6f68395abb2fef79cfb84d153f0296e.tar.gz
nixpkgs-cecfde44e6f68395abb2fef79cfb84d153f0296e.tar.bz2
nixpkgs-cecfde44e6f68395abb2fef79cfb84d153f0296e.tar.lz
nixpkgs-cecfde44e6f68395abb2fef79cfb84d153f0296e.tar.xz
nixpkgs-cecfde44e6f68395abb2fef79cfb84d153f0296e.tar.zst
nixpkgs-cecfde44e6f68395abb2fef79cfb84d153f0296e.zip
pythonPackages.drf-yasg: init at 1.16.1
Diffstat (limited to 'pkgs/development/python-modules/coreschema')
-rw-r--r--pkgs/development/python-modules/coreschema/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/coreschema/default.nix b/pkgs/development/python-modules/coreschema/default.nix
index ba836f78a6e..949fa31df95 100644
--- a/pkgs/development/python-modules/coreschema/default.nix
+++ b/pkgs/development/python-modules/coreschema/default.nix
@@ -21,8 +21,8 @@ buildPythonPackage rec {
 
   checkInputs = [ pytest ];
   checkPhase = ''
-    mv coreschema coreschema.hidden
-    pytest tests
+    cd ./tests
+    pytest
   '';
 
   meta = with stdenv.lib; {