Skip to content

Commit 2d275a3

Browse files
committed
Sync templates
1 parent e477308 commit 2d275a3

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

test-requirements.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22
# install a later version, so when pip tries to install radon it will
33
# ignore the dependency version difference and only fail when the
44
# bear is loaded.
5-
colorama<4
5+
colorama<0.4
66
# coverage 4.4.2 broke compatibility with coverage-config-reload-plugin
77
# and thus broke https://github.com/jayvdb/coverage_env_plugin .
88
# See https://github.com/jayvdb/coverage_config_reload_plugin/issues/1
99
coverage==4.4.1
1010
coverage-env-plugin~=0.1
1111
coverage-config-reload-plugin~=0.2
1212
codecov~=2.0.5
13-
moban~=0.3.1
13+
moban~=0.3.3
1414
packaging~=16.8
1515
pytest~=3.6.1
1616
pytest-cov~=2.4
@@ -25,5 +25,6 @@ pytest-timeout~=1.3.0
2525
pytest-travis-fold~=1.3.0
2626
pytest-xdist~=1.15
2727
requests-mock~=1.2
28+
ipdb~=0.11
2829
pip<10
2930
wheel~=0.29

0 commit comments

Comments
 (0)