Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
spacemanspiff2007 committed Apr 5, 2024
1 parent f762f54 commit 6c30621
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 9 deletions.
20 changes: 12 additions & 8 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
# Testing
pytest == 8.1.1
# -----------------------------------------------------------------------------
# Packages required for testing
# -----------------------------------------------------------------------------
-r requirements_tests.txt

# Linter
ruff == 0.3.4

# CI
# -----------------------------------------------------------------------------
# Packages for source formatting
# -----------------------------------------------------------------------------
ruff == 0.3.4
pre-commit == 3.7.0

# Requirements.txt updater
pur == 7.3.1
# -----------------------------------------------------------------------------
# Packages for other developement tasks
# -----------------------------------------------------------------------------
pur == 7.3.1 # Update requirements.txt
1 change: 1 addition & 0 deletions requirements_tests.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
pytest == 8.1.1
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ python =

[testenv]
deps =
-r{toxinidir}/requirements.txt
-r{toxinidir}/requirements_tests.txt

commands =
python -m pytest

0 comments on commit 6c30621

Please sign in to comment.