Skip to content

Commit

Permalink
Removed requests-mock from test-requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacotsu committed Jul 9, 2019
1 parent 55f9c89 commit ce59fe4
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .coveragerc
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
omit = polibeepsync/tests/*
polibeepsync/__init__.py
polibeepsync/icone_rc.py
polibeepsync/ui_resizable.py
polibeepsync/ui_resizable.py
2 changes: 1 addition & 1 deletion .flake8
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ exclude =
.git,
__pycache__,
docs/**,
packaging/**,
old,
build,
distro_packaging,
max-complexity = 10
10 changes: 5 additions & 5 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
beautifulsoup4==4.3.2
requests==2.3.0
PySide2==5.11.0
appdirs==1.4.0
pyparsing==2.0.3
beautifulsoup4>=4.3.2
requests>=2.3.0
PySide2>=5.11.0
appdirs>=1.4.0
pyparsing>=2.0.3
keyring>=18.0.0
lxml
-e git://github.com/davethecipo/signalslot.git@ca41d813ed0007c8ea6743fd6332447b003a2390#egg=signalslot
2 changes: 1 addition & 1 deletion test-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ pytest-cov>=1.8.1
pyflakes>=0.8.1
cov-core>=1.15.0
py>=1.5.4
bdist_deb
pluggy
lxml
requests-mock

0 comments on commit ce59fe4

Please sign in to comment.