Skip to content

Commit 7655d57

Browse files
authored
Merge pull request #164 from shakedzy/160-fix-tests-to-support-pytest-800
Fix issue #160
2 parents 226c807 + 87ef9c3 commit 7655d57

File tree

5 files changed

+13
-9
lines changed

5 files changed

+13
-9
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Change Log
22

3+
## 0.7.7
4+
* Fix issue [#160](https://github.com/shakedzy/dython/issues/160)
5+
36
## 0.7.6
47
* Fix issue [#162](https://github.com/shakedzy/dython/issues/162)
58

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.7.6
1+
0.7.7

dev_requirements.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
pytest[testing]>=6.2.2,<8.0.0
2-
hypothesis>=6.24.0
3-
black>=22.8.0
4-
pre-commit>=2.20.0
5-
pytest-black-multipy>=1.0.1
1+
pytest[testing]>=8.3.2
2+
hypothesis>=6.111.0
3+
black>=24.8.0
4+
pre-commit>=3.8.0
5+
pytest-enabler>=3.1.1

pytest.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
[pytest]
2-
addopts = --black
1+
[tool.pytest-enabler.black]
2+
addopts = "--black"

requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,5 @@ seaborn>=0.12.0
44
scipy>=1.7.1
55
matplotlib>=3.6.0
66
scikit-learn>=0.24.2
7-
psutil>=5.9.1
7+
psutil>=5.9.1
8+
setuptools

0 commit comments

Comments
 (0)