summary refs log tree commit diff
path: root/pkgs/development/python-modules/pytest-check
diff options
context:
space:
mode:
authorJonathan Ringer <jonringer117@gmail.com>2021-12-07 22:44:40 -0800
committerJonathan Ringer <jonringer117@gmail.com>2021-12-14 12:04:18 -0800
commit5fdfc54d597eed74253c9056846554094f84cc7b (patch)
tree09be253f930b6283de137295ce89bcfda98b9c5e /pkgs/development/python-modules/pytest-check
parent42f58108a9b7821df7fc646396f8215c23b27e43 (diff)
downloadnixpkgs-5fdfc54d597eed74253c9056846554094f84cc7b.tar
nixpkgs-5fdfc54d597eed74253c9056846554094f84cc7b.tar.gz
nixpkgs-5fdfc54d597eed74253c9056846554094f84cc7b.tar.bz2
nixpkgs-5fdfc54d597eed74253c9056846554094f84cc7b.tar.lz
nixpkgs-5fdfc54d597eed74253c9056846554094f84cc7b.tar.xz
nixpkgs-5fdfc54d597eed74253c9056846554094f84cc7b.tar.zst
nixpkgs-5fdfc54d597eed74253c9056846554094f84cc7b.zip
python3Packages.pytest-check: fix tests
Diffstat (limited to 'pkgs/development/python-modules/pytest-check')
-rw-r--r--pkgs/development/python-modules/pytest-check/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/python-modules/pytest-check/default.nix b/pkgs/development/python-modules/pytest-check/default.nix
index a3d86fa5e59..3498b9f8ab9 100644
--- a/pkgs/development/python-modules/pytest-check/default.nix
+++ b/pkgs/development/python-modules/pytest-check/default.nix
@@ -8,6 +8,7 @@
 buildPythonPackage rec {
   pname = "pytest-check";
   version = "1.0.4";
+  format = "flit";
 
   src = fetchPypi {
     pname = "pytest_check";