Skip to content

Commit 0446413

Browse files
authored
fix: pin bcrypt for failing tests (#81)
1 parent 5b347f7 commit 0446413

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ install_requires =
3333

3434
[options.extras_require]
3535
tests =
36-
bcrypt>=3.1.0
36+
bcrypt>=3.1.0,<5.0.0
3737
check-manifest>=0.42
3838
coverage>=5.3,<6
3939
Flask-Sphinx-Themes>=1.0.2

0 commit comments

Comments
 (0)