Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
python-poetry
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
open
python-poetry
Commits
a2fb7723
Commit
a2fb7723
authored
Nov 17, 2021
by
Bjorn Neergaard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ci: randomize testsuite using pytest-randomly
parent
523c396c
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletions
+2
-1
poetry.lock
+0
-0
pyproject.toml
+2
-1
No files found.
poetry.lock
View file @
a2fb7723
This diff is collapsed.
Click to expand it.
pyproject.toml
View file @
a2fb7723
...
...
@@ -52,7 +52,7 @@ cleo = "^1.0.0a5"
crashtest
=
"^0.3.0"
entrypoints
=
"^0.4"
html5lib
=
"^1.0"
importlib-metadata
=
{
version
=
"
>=1.6.0"
,
python
=
"<3.8
"
}
importlib-metadata
=
{
version
=
"
^4.4"
,
python
=
"<3.10
"
}
# keyring uses calver, so version is unclamped
keyring
=
">=21.2.0"
# packaging uses calver, so version is unclamped
...
...
@@ -74,6 +74,7 @@ tox = "^3.18"
pytest
=
"^7.1"
pytest-cov
=
"^3.0"
pytest-mock
=
"^3.5"
pytest-randomly
=
"^3.10"
pytest-sugar
=
"^0.9"
pytest-xdist
=
{
version
=
"^2.5"
,
extras
=
["psutil"]
}
pre-commit
=
"^2.6"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment