We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 982b0da commit aa0d551Copy full SHA for aa0d551
ci_tools/requirements-pip.txt
@@ -8,7 +8,7 @@ makefun
8
decopatch
9
10
# --- to run the tests
11
-pytest>=4.4.0 # for ignore-glob and doctest skip
+pytest==4.4 # for ignore-glob and doctest skip
12
pytest-logging # ==2015.11.4
13
# only on python 3+ so no need to pre-install:
14
# enforce
docs/changelog.md
@@ -1,6 +1,10 @@
1
# Changelog
2
3
-### 5.0.1 - More betterness!
+### 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!
**Better syntax for `*validation_func`**:
0 commit comments