Skip to content

Commit 1c0a872

Browse files
authored
Update virtualenv for python:3.9 to fix tests. (#161)
- The python:3.9 runtime uses an older version of the virtualenv module which now causes 'setup.py install is deprecated' messages issued when the action loop loads the function into memory. This causes the action loop to assume the load failed. This causes the tests to fail. Updating the virtualenv module to version 20.26.3 which is not using 'setup.py' install anymore solves this issue.
1 parent f707898 commit 1c0a872

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

core/requirements_common.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ python-dateutil==2.8.2
77
requests==2.26.0
88
scrapy==2.5.0
99
simplejson==3.17.5
10-
virtualenv==20.8.0
10+
virtualenv==20.26.3
1111
twisted==21.7.0
12-
netifaces==0.11.0
12+
netifaces==0.11.0

0 commit comments

Comments
 (0)