Skip to content

Commit

Permalink
added support for serializing timedelta and relativedelta - remove py…
Browse files Browse the repository at this point in the history
…test version restriction
  • Loading branch information
gabi committed May 23, 2021
1 parent b466704 commit b7d6161
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ def run_tests(self):
extras_require={
'Duration': ['python-dateutil>=2.8.0']
},
tests_require=['pytest<=4.6.11', 'mock==3.0.5'],
tests_require=['pytest', 'mock==3.0.5'],
entry_points={
'console_scripts': [
'pyhocon=pyhocon.tool:main'
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ envlist = flake8, py{27,34,35,36,37,38}
[testenv]
passenv = TRAVIS TRAVIS_JOB_ID TRAVIS_BRANCH
deps =
pytest<=4.6.11
pytest
coveralls
python-dateutil>=2.8.0
commands =
Expand Down

0 comments on commit b7d6161

Please sign in to comment.