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
55968783
Unverified
Commit
55968783
authored
Oct 19, 2020
by
Cere Blanco
Committed by
GitHub
Oct 19, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
tests: re-enable lock --no-update cases on windows
parent
9c085a58
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
4 deletions
+0
-4
tests/console/commands/test_lock.py
+0
-4
No files found.
tests/console/commands/test_lock.py
View file @
55968783
import
shutil
import
sys
import
pytest
...
...
@@ -26,9 +25,6 @@ def poetry_with_old_lockfile(fixture_dir, source_dir):
return
poetry
@pytest.mark.skipif
(
sys
.
platform
==
"win32"
,
reason
=
"does not work on windows under ci environments"
)
def
test_lock_no_update
(
command_tester_factory
,
poetry_with_old_lockfile
,
http
):
http
.
disable
()
...
...
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