Skip to content

Commit

Permalink
Update Pipfile to make test compatible with Python version in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
lumaxis authored Mar 18, 2024
1 parent 292af3b commit 8c84f8d
Show file tree
Hide file tree
Showing 2 changed files with 582 additions and 350 deletions.
2 changes: 1 addition & 1 deletion test/fixtures/pipenv/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ verify_ssl = true

[packages]
beautifulsoup4 = "==4.7.1"
dataclasses = {version = "==0.6",markers = "python_version < '3.7.0'"}
dataclasses = "==0.6"
pylint = "==2.3.1"
datadog = "==0.44.0"
nbconvert = "==7.1.0"
Loading

0 comments on commit 8c84f8d

Please sign in to comment.