Skip to content

Commit

Permalink
Backed out requirements for pytest and mock in core install
Browse files Browse the repository at this point in the history
  • Loading branch information
mwvaughn committed Apr 2, 2020
1 parent 720bcfa commit 75becdb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 2 additions & 0 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,5 @@ pytest-runner>=5.1
Sphinx>=1.8.5
sphinxcontrib-napoleon>=0.7
yapf>=0.28.0
mock

2 changes: 0 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,7 @@ future>=0.18.2
attrdict>=2.0.0
requests>=2.23.0
arrow>=0.15.5
pytest==4.6.5
curlify>=2.2.1
mock>=4.0.2
python-dotenv>=0.11.0
python_dateutil>=2.8.1
websocket_client>=0.57.0
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def run_tests(self):

setup(
name='agavepy',
version='1.0.0a6',
version='1.0.0a8',
description='SDK for TACC Tapis (formerly Agave)',
long_description=readme,
author='Texas Advanced Computing Center',
Expand Down

0 comments on commit 75becdb

Please sign in to comment.