Skip to content

Commit

Permalink
test: [OSM-2368] more robust test case for python acceptance tests
Browse files Browse the repository at this point in the history
  • Loading branch information
gemaxim committed Jan 9, 2025
1 parent fb1f7ee commit 57bbc4d
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 0 deletions.
1 change: 1 addition & 0 deletions test/acceptance/workspaces/pip-app-robust/constraints.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
requests==2.31.0
1 change: 1 addition & 0 deletions test/acceptance/workspaces/pip-app-robust/req.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
oauth2==1.1.3
11 changes: 11 additions & 0 deletions test/acceptance/workspaces/pip-app-robust/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
--trusted-host pypi.fury.io

Jinja2==2.7.2
git+https://github.com/snyk-fixtures/[email protected]#egg=simple==v1.0.0
-e git+https://github.com/snyk-fixtures/python-pypi-package-sample-subdir#egg=sample&subdirectory=subdir
https://files.pythonhosted.org/packages/d0/d7/4806fd165c27716f02a3a9c23d207854b8a3ed884db53c2781b92bd8d4f4/whl.setup-0.2-py2.py3-none-any.whl
requests; python_version >= "3.8.dev0"
opentelemetry-distro[otlp] == 0.35b0
djangorestframework @ git+https://github.com/encode/django-rest-framework.git@1db19f4b2d1500894448634852e02f73043382e4
-r req.txt
-c constraints.txt

0 comments on commit 57bbc4d

Please sign in to comment.