Skip to content

Commit

Permalink
Merge pull request #66 from bckohan/1.3.x
Browse files Browse the repository at this point in the history
1.3.x
  • Loading branch information
bckohan authored Aug 8, 2024
2 parents b9b2db3 + bae41e2 commit 2a41d56
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- '3.2' # LTS April 2024
- '4.2' # LTS April 2026
- '5.0' # April 2025
- '5.1rc1' # December 2025
- '5.1' # December 2025
exclude:
- python-version: '3.7'
django-version: '5.0'
Expand All @@ -27,11 +27,11 @@ jobs:
- python-version: '3.12'
django-version: '3.2'
- python-version: '3.7'
django-version: '5.1rc1'
django-version: '5.1'
- python-version: '3.8'
django-version: '5.1rc1'
django-version: '5.1'
- python-version: '3.9'
django-version: '5.1rc1'
django-version: '5.1'

steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion django_enum/tests/tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -3730,7 +3730,7 @@ def test_single_field_benchmark(self):
)
# tends to be about 1.8x slower
self.assertTrue((enum_time / choice_time) < 2.5)
self.assertTrue((no_coerce_time / choice_time) < 2)
self.assertTrue((no_coerce_time / choice_time) < 2.2)


class ExampleTests(TestCase): # pragma: no cover - why is this necessary?
Expand Down

0 comments on commit 2a41d56

Please sign in to comment.