Skip to content

Commit 6dd667d

Browse files
Version 2.0.2 (min python is 3.7.3) (#19)
run_tests3.sh does not run flake8.
1 parent dab839b commit 6dd667d

File tree

3 files changed

+4
-10
lines changed

3 files changed

+4
-10
lines changed

pyproject.toml

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

1212
[project]
1313
name = "testgres.os_ops"
14-
version = "2.0.1"
14+
version = "2.0.2"
1515

1616
description = "Testgres subsystem to work with OS"
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",
@@ -49,7 +49,7 @@ classifiers = [
4949
dependencies = [
5050
"psutil",
5151
"six>=1.9.0",
52-
"testgres.common>=1.0.0,<2.0.0",
52+
"testgres.common>=1.0.1,<2.0.0",
5353
]
5454

5555
[project.urls]

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
python3 -m pip install -r tests/requirements.txt
1212

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

tests/requirements.txt

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,4 @@ pytest
22
pytest-xdist
33
psutil
44
six
5-
testgres.common>=1.0.0,<2.0.0
6-
black
7-
flake8
8-
flake8-pyproject
5+
testgres.common>=1.0.1,<2.0.0

0 commit comments

Comments
 (0)