Skip to content

Commit

Permalink
Install prerelease versions of Toga's dependencies for testbed testing
Browse files Browse the repository at this point in the history
  • Loading branch information
rmartin16 committed Nov 30, 2024
1 parent df0b469 commit 96a09a9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions testbed/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@ test_sources = [
"tests",
]
requires = [
# install prerelease versions of Toga's dependencies.
# this can catch issues with upcoming releases before final release.
"--pre",
"../core",
]

Expand Down

0 comments on commit 96a09a9

Please sign in to comment.