mirror of
https://github.com/kennethreitz/pipenv.git
synced 2026-06-05 22:50:18 +00:00
Add news entries
This commit is contained in:
@@ -46,7 +46,7 @@ steps:
|
||||
- script: |
|
||||
git submodule sync
|
||||
git submodule update --init --recursive
|
||||
pipenv run pytest -ra -n 4 --junit-xml=junit/test-results.xml tests/
|
||||
pipenv run pytest -ra -n 4 --junit-xml=junit/test-results.xml --fulltrace tests/
|
||||
failOnStderr: false
|
||||
displayName: Run integration tests
|
||||
env:
|
||||
|
||||
@@ -80,4 +80,4 @@ jobs:
|
||||
PYTHONIOENCODING: 'utf-8'
|
||||
GIT_SSH_COMMAND: ssh -o StrictHostKeyChecking=accept-new -o CheckHostIP=no
|
||||
run: |
|
||||
pipenv run pytest -ra -n 4 tests
|
||||
pipenv run pytest -ra -n 4 --fulltrace tests
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
Red colors are restricted to error messages before aborting.
|
||||
@@ -0,0 +1 @@
|
||||
Change all occurrences of U+2026 to "..." in CLI output.
|
||||
Reference in New Issue
Block a user