Skip to content

Commit 861768b

Browse files
authored
Merge pull request #186 from JayBazuzi/run_tests-cleanup
. e Run tests cleanup
2 parents 6538898 + 42e17d9 commit 861768b

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

requirements.test.txt

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
setuptools
22
numpy
33
pylint
4-
pytest-asyncio==0.21.1 # 0.23 has a bug 2023/12/3
54

5+
pytest
6+
pytest-asyncio==0.21.1 # 0.23 has a bug 2023/12/3
67
pytest-xdist
8+
79
# mariadb

run_tests.sh

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
python -m pip install --upgrade pip
2-
pip install tox
3-
pip install pytest
1+
#! /usr/bin/env bash
2+
set -euo pipefail
3+
4+
python3 -m pip --disable-pip-version-check install tox
45
tox -e py

0 commit comments

Comments
 (0)