Skip to content

Commit

Permalink
Merge branch 'master' into update-js-packages
Browse files Browse the repository at this point in the history
  • Loading branch information
mbraak committed Dec 13, 2024
2 parents e2feb4f + bc2b266 commit 9f4d059
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:

strategy:
matrix:
django: ["django==4.2.16", "django==5.0.9", "django==5.1.3"]
django: ["django==4.2.17", "django==5.0.10", "django==5.1.4"]

services:
postgres:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,9 @@ class SeleniumTestMetaClass(SeleniumTestCaseBase):
def create_options(self):
options = self.import_options(self.browser)()

# Fix for Django 4.2
if self.headless:
options.add_argument("--headless=new")
options.add_argument("--headless")

options.add_argument("--disable-dev-shm-usage")
options.set_capability("goog:loggingPrefs", {"browser": "ALL"})
Expand Down
6 changes: 3 additions & 3 deletions testproject/requirements_test.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cryptography==43.0.3
moto==5.0.21
cryptography==44.0.0
moto==5.0.22
Flask==3.1.0
flask-cors==5
psycopg2-binary==2.9.10
selenium==4.26.1
selenium==4.27.1
Werkzeug==3.1.3

0 comments on commit 9f4d059

Please sign in to comment.