Skip to content

Commit

Permalink
Merge pull request #164 from shakedzy/160-fix-tests-to-support-pytest…
Browse files Browse the repository at this point in the history
…-800

Fix issue #160
  • Loading branch information
shakedzy authored Aug 13, 2024
2 parents 226c807 + 87ef9c3 commit 7655d57
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 9 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Change Log

## 0.7.7
* Fix issue [#160](https://github.com/shakedzy/dython/issues/160)

## 0.7.6
* Fix issue [#162](https://github.com/shakedzy/dython/issues/162)

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.7.6
0.7.7
10 changes: 5 additions & 5 deletions dev_requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pytest[testing]>=6.2.2,<8.0.0
hypothesis>=6.24.0
black>=22.8.0
pre-commit>=2.20.0
pytest-black-multipy>=1.0.1
pytest[testing]>=8.3.2
hypothesis>=6.111.0
black>=24.8.0
pre-commit>=3.8.0
pytest-enabler>=3.1.1
4 changes: 2 additions & 2 deletions pytest.ini
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
[pytest]
addopts = --black
[tool.pytest-enabler.black]
addopts = "--black"
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ seaborn>=0.12.0
scipy>=1.7.1
matplotlib>=3.6.0
scikit-learn>=0.24.2
psutil>=5.9.1
psutil>=5.9.1
setuptools

0 comments on commit 7655d57

Please sign in to comment.