Skip to content

Commit 4e2b810

Browse files
committed
remove flake8 test
1 parent 6653828 commit 4e2b810

File tree

3 files changed

+15
-4
lines changed

3 files changed

+15
-4
lines changed

.github/workflows/ci.yml

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,6 @@ jobs:
2121
- name: Security audit
2222
linux: bandit
2323
24-
- name: Code style check
25-
linux: codestyle
26-
2724
- name: Python 3.9 (Linux)
2825
linux: py39-test
2926
posargs: -v
@@ -56,6 +53,18 @@ jobs:
5653
macos: py312-test
5754
posargs: -v
5855
56+
- name: Python 3.13 (OSX)
57+
macos: py313-test
58+
posargs: -v
59+
60+
- name: Python 3.13 (Windows)
61+
windows: py313-test
62+
posargs: -v
63+
64+
- name: Python 3.13 (OSX)
65+
macos: py313-test
66+
posargs: -v
67+
5968
# `tox` does not currently respect `requires-python` versions when creating testing environments;
6069
# if this breaks, add an upper pin to `requires-python` and revert this py3 to the latest working version
6170

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@ eggs/
3838
.eggs/
3939
.tmp/
4040
.tox/
41+
.pytest_cache/
42+
.ruff_cache/
4143
parts
4244
bin
4345
var

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tox]
22
envlist =
3-
py{39,310,311,312}-test{,-numpy122,-numpy125,-devdeps}{,-cov}
3+
py{39,310,311,312,313}-test{,-numpy122,-numpy125,-devdeps}{,-cov}
44
bandit
55
codestyle
66

0 commit comments

Comments
 (0)