From c0a51f56624fef1b1977a285dcf1d5430e59a94e Mon Sep 17 00:00:00 2001 From: Ronny Pfannschmidt Date: Wed, 19 Apr 2017 20:12:38 +0200 Subject: [PATCH] restore check-manifst functionality --- scripts/check-manifest.py | 1 - tox.ini | 2 ++ 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/check-manifest.py b/scripts/check-manifest.py index 5911a84fe..909e7519b 100644 --- a/scripts/check-manifest.py +++ b/scripts/check-manifest.py @@ -18,4 +18,3 @@ if os.path.isdir('.git'): else: print('No .git directory found, skipping checking the manifest file') sys.exit(0) - diff --git a/tox.ini b/tox.ini index 5c103f94c..cbb685705 100644 --- a/tox.ini +++ b/tox.ini @@ -47,6 +47,8 @@ commands= [testenv:linting] basepython = python2.7 +setenv = # needed to keep check-manifest working + SETUPTOOLS_SCM_PRETEND_VERSION=0.0.1 deps = flake8 # pygments required by rst-lint