Skip to content

Commit

Permalink
No seperate files for pyyp
Browse files Browse the repository at this point in the history
  • Loading branch information
madig committed May 18, 2021
1 parent f594ec4 commit 8b834ae
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 28 deletions.
12 changes: 0 additions & 12 deletions requirements-pypy.txt

This file was deleted.

9 changes: 6 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
fonttools[unicode,ufo,lxml]==4.22.0
fonttools[unicode,ufo,lxml]==4.22.0 ; platform_python_implementation == 'CPython'
fonttools[unicode,ufo]==4.22.0 ; platform_python_implementation != 'CPython'
cu2qu==1.6.7
glyphsLib==5.3.2
ufo2ft[pathops]==2.21.0
ufo2ft[pathops]==2.21.0 ; platform_python_implementation == 'CPython'
ufo2ft==2.21.0 ; platform_python_implementation != 'CPython'
MutatorMath==3.0.1
fontMath==0.6.0
defcon[lxml]==0.8.1
defcon[lxml]==0.8.1 ; platform_python_implementation == 'CPython'
defcon==0.8.1 ; platform_python_implementation != 'CPython'
booleanOperations==0.9.0
ufoLib2==0.8.0
attrs==20.3.0
Expand Down
6 changes: 3 additions & 3 deletions test_requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pytest>=4.5.0
coverage>=5
black
isort
flake8-bugbear
black ; platform_python_implementation == 'CPython'
isort ; platform_python_implementation == 'CPython'
flake8-bugbear ; platform_python_implementation == 'CPython'
10 changes: 0 additions & 10 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,6 @@ download = true
commands =
coverage run --parallel-mode -m pytest {posargs}

[testenv:pypy3]
deps =
-r requirements-pypy.txt
pytest
coverage
; download the latest pip, setuptools and wheel when creating the venv
download = true
commands =
coverage run --parallel-mode -m pytest {posargs}

[testenv:lint]
skip_install = true
deps =
Expand Down

0 comments on commit 8b834ae

Please sign in to comment.