Skip to content

Commit

Permalink
Upgraded dependencies in testing environment to latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
jadchaar committed May 25, 2019
1 parent 470d7e4 commit 32c4cf0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
8 changes: 4 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
python-dateutil==2.8.0
nose==1.3.0
nose==1.3.7
nose-cov==1.6
chai==1.1.1
chai==1.1.2
sphinx==1.3.5
simplejson==3.6.5
backports.functools_lru_cache==1.2.1
simplejson==3.16.0
backports.functools_lru_cache==1.5.0
4 changes: 1 addition & 3 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,7 @@ verbosity = 2
all-modules = true
with-coverage = true
cover-min-percentage = 100
cover-package =
arrow
tests
cover-package = arrow
cover-erase = true

[bdist_wheel]
Expand Down

0 comments on commit 32c4cf0

Please sign in to comment.