Skip to content

Commit 22ce48a

Browse files
Version 1.0.1 (min python is 3.7.3)
run_tests3.sh does not run flake8.
1 parent 6f09cea commit 22ce48a

File tree

3 files changed

+2
-7
lines changed

3 files changed

+2
-7
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ exclude = [".git", "__pycache__", "env", "venv"]
1111

1212
[project]
1313
name = "testgres.common"
14-
version = "1.0.0"
14+
version = "1.0.1"
1515

1616
description = "Testgres common code"
1717
readme = "README.md"
@@ -28,7 +28,7 @@ keywords = [
2828
'testgres',
2929
]
3030

31-
requires-python = ">=3.7.17"
31+
requires-python = ">=3.7.3"
3232

3333
classifiers = [
3434
"Intended Audience :: Developers",

run_tests3.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,6 @@ export VIRTUAL_ENV_DISABLE_PROMPT=1
1010
source "${VENV_PATH}/bin/activate"
1111
pip install -r tests/requirements.txt
1212

13-
# check code style
14-
flake8 .
15-
1613
# run builtin tests
1714
python3 -m pytest -l -vvv tests
1815

tests/requirements.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,2 @@
11
pytest
22
pytest-xdist
3-
flake8
4-
flake8-pyproject

0 commit comments

Comments
 (0)