Skip to content

Commit

Permalink
Merge pull request #186 from JayBazuzi/run_tests-cleanup
Browse files Browse the repository at this point in the history
. e Run tests cleanup
  • Loading branch information
nitsanavni authored Nov 12, 2024
2 parents 6538898 + 42e17d9 commit 861768b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
4 changes: 3 additions & 1 deletion requirements.test.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
setuptools
numpy
pylint
pytest-asyncio==0.21.1 # 0.23 has a bug 2023/12/3

pytest
pytest-asyncio==0.21.1 # 0.23 has a bug 2023/12/3
pytest-xdist

# mariadb
7 changes: 4 additions & 3 deletions run_tests.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
python -m pip install --upgrade pip
pip install tox
pip install pytest
#! /usr/bin/env bash
set -euo pipefail

python3 -m pip --disable-pip-version-check install tox
tox -e py

0 comments on commit 861768b

Please sign in to comment.