зеркало из https://github.com/openwpm/OpenWPM.git
Merge pull request #490 from mozilla/update_localstack
Update localstack to newest version
This commit is contained in:
Коммит
a2ec60bfa3
|
@ -1,2 +1,2 @@
|
|||
autopep8
|
||||
localstack==0.9.6
|
||||
localstack[full]
|
||||
|
|
|
@ -9,7 +9,7 @@ IPython>=5.0; python_version >= '3.0'
|
|||
mini-amf
|
||||
mmh3
|
||||
multiprocess
|
||||
numpy>=1.14
|
||||
numpy
|
||||
pandas
|
||||
pillow
|
||||
plyvel
|
||||
|
@ -23,7 +23,7 @@ python-dateutil
|
|||
redis
|
||||
s3fs
|
||||
selenium
|
||||
sentry-sdk==0.10.2
|
||||
sentry-sdk
|
||||
setuptools
|
||||
six
|
||||
tabulate
|
||||
|
|
|
@ -25,7 +25,8 @@ class TestDependencies(OpenWPMTest):
|
|||
line = line.strip()
|
||||
if line == "" or line[0] == "#":
|
||||
continue
|
||||
pkg = re.split(r'[>=<]', line)[0]
|
||||
# Extract the package name by stripping requirement specifiers
|
||||
pkg = re.split(r'[>=<\[]', line)[0]
|
||||
print("Checking Python package", pkg)
|
||||
self.assert_py_pkg_installed(pkg)
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче