Browse Source

[VERSION] Increment pytest version to fix build

pull/213/head
Danimar Ribeiro 7 years ago
parent
commit
bf03d54107
  1. 2
      requirements.txt
  2. 2
      setup.py

2
requirements.txt

@ -12,7 +12,7 @@ pyOpenSSL >= 16.0.0, < 18
certifi >= 2015.11.20.1
xmlsec >= 1.3.3
reportlab
pytest
pytest>=4.1.1
pytest-cov
pytz
zeep

2
setup.py

@ -2,7 +2,7 @@
from setuptools import setup, find_packages
VERSION = "1.0.30"
VERSION = "1.0.31"
setup(

Loading…
Cancel
Save