diff options
| author | Ronny Pfannschmidt <opensource@ronnypfannschmidt.de> | 2019-05-12 09:56:46 +0200 |
|---|---|---|
| committer | Ronny Pfannschmidt <opensource@ronnypfannschmidt.de> | 2019-05-12 09:56:46 +0200 |
| commit | ef1ffef2fea1d9148c9f0445f7745d2868026c74 (patch) | |
| tree | 4dc5076e938e61f6d81e366e030d7421c9ecabc8 | |
| parent | b7d56af1c6daca1bc53d4ffc95433d32eaf546aa (diff) | |
| download | setuptools-scm-fix-py38.tar.gz | |
make the issue marker knownfix-py38
| -rw-r--r-- | tox.ini | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -3,6 +3,8 @@ envlist=py{27,34,35,36,37,38}-test,flake8,check_readme,py{27,37}-selfcheck [pytest] filterwarnings=error +markers= + issue(id): reference to github issue [flake8] max-complexity = 10 |
