Skip to content

Commit 985dcac

Browse files
committed
Fix dependencies versions
1 parent b25601e commit 985dcac

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/cartoframes-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
include:
1616
- os: ubuntu-20.04
1717
python-version: 3.5
18-
- os: ubuntu-latest
18+
- os: ubuntu-20.04
1919
python-version: 3.6
2020
- os: ubuntu-latest
2121
python-version: 3.7

tox.ini

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ python =
1010

1111
[testenv]
1212
deps =
13+
markupsafe<=2.0.1
1314
flake8
1415
pytest
1516
pytest-mock
@@ -20,7 +21,7 @@ commands =
2021

2122
[testenv:unit]
2223
deps =
23-
markupsafe==2.0.1
24+
markupsafe<=2.0.1
2425
flake8
2526
pytest
2627
pytest-mock

0 commit comments

Comments
 (0)