about summary refs log tree commit diff
path: root/nixpkgs/pkgs/development/python-modules/pytest-pytestrail/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixpkgs/pkgs/development/python-modules/pytest-pytestrail/default.nix')
-rw-r--r--nixpkgs/pkgs/development/python-modules/pytest-pytestrail/default.nix2
1 files changed, 0 insertions, 2 deletions
diff --git a/nixpkgs/pkgs/development/python-modules/pytest-pytestrail/default.nix b/nixpkgs/pkgs/development/python-modules/pytest-pytestrail/default.nix
index 228e952436da..618bccfa3bc5 100644
--- a/nixpkgs/pkgs/development/python-modules/pytest-pytestrail/default.nix
+++ b/nixpkgs/pkgs/development/python-modules/pytest-pytestrail/default.nix
@@ -11,8 +11,6 @@ buildPythonPackage rec {
   version = "0.10.5";
   format = "setuptools";
 
-  SETUPTOOLS_SCM_PRETEND_VERSION = version;
-
   src = fetchFromGitHub {
     owner = "tolstislon";
     repo = "pytest-pytestrail";