Skip to content

Commit d7f182a

Browse files
committed
Remove SETUPTOOLS_SCM_PRETEND_VERSION during linting
It was needed because of check-manifest, but we no longer have a MANIFEST file so it is not necessary
1 parent 2d4f1f0 commit d7f182a

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

tox.ini

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,6 @@ commands=
4949
skipsdist=True
5050
usedevelop=True
5151
basepython = python2.7
52-
# needed to keep check-manifest working
53-
setenv =
54-
SETUPTOOLS_SCM_PRETEND_VERSION=2.0.1
5552
deps =
5653
flake8
5754
# pygments required by rst-lint

0 commit comments

Comments
 (0)