Skip to content

Commit aa0d551

Browse files
author
Sylvain MARIE
committed
fixed pytest version number so that tests work on python 3.7, and filled changelog 5.0.2
1 parent 982b0da commit aa0d551

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

ci_tools/requirements-pip.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ makefun
88
decopatch
99

1010
# --- to run the tests
11-
pytest>=4.4.0 # for ignore-glob and doctest skip
11+
pytest==4.4 # for ignore-glob and doctest skip
1212
pytest-logging # ==2015.11.4
1313
# only on python 3+ so no need to pre-install:
1414
# enforce

docs/changelog.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# Changelog
22

3-
### 5.0.1 - More betterness!
3+
### 5.0.2 - Bug fix
4+
5+
Fixed regression with non-able detection. Fixed [#46](https://github.com/smarie/python-valid8/issues/46).
6+
7+
### 5.0.0 - More betterness!
48

59
**Better syntax for `*validation_func`**:
610

0 commit comments

Comments
 (0)