Skip to content

Commit a13a470

Browse files
authored
Remove pyroma from tests (#737)
Upcoming implementation of `setuptools-scm` is incompatible with pyroma: regebro/pyroma#69
1 parent 3270ca5 commit a13a470

File tree

3 files changed

+1
-9
lines changed

3 files changed

+1
-9
lines changed

.github/workflows/lint.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,6 @@ jobs:
4141
run: |
4242
python -m pip install --upgrade --requirement requirements-dev.txt
4343
44-
- name: Run pyroma
45-
run: |
46-
python -m pyroma --min 10 --directory .
47-
4844
- name: flake8 Lint
4945
uses: py-actions/[email protected]
5046
with:

Makefile

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,8 @@ FLAGS=
55
checkrst:
66
python setup.py check --restructuredtext
77

8-
pyroma:
9-
pyroma -d .
108

11-
12-
flake:checkrst pyroma
9+
flake:checkrst
1310
flake8 aiomysql tests examples
1411

1512
test: flake

requirements-dev.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,3 @@ sphinx>=1.8.1, <4.4.1
99
sphinxcontrib-asyncio==0.3.0
1010
sqlalchemy>1.2.12,<=1.3.24
1111
uvloop==0.16.0; python_version < '3.11'
12-
pyroma==3.2

0 commit comments

Comments
 (0)