This repository has been archived by the owner on Aug 4, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bug 1464082 - Vendor pytest via |mach vendor python|; r=ahal
Updated to 3.2.5. MozReview-Commit-ID: 34OG1iGeMVW
- Loading branch information
Showing
451 changed files
with
73,420 additions
and
9,023 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
*.dump eol=lf |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
|
||
.cache/ | ||
.tox/ | ||
__pycache__/ | ||
|
||
*.pyc | ||
*.pyo | ||
|
||
*.egg-info | ||
.eggs/ | ||
|
||
dist/* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
|
||
# Automatically generated by `hgimportsvn` | ||
syntax:glob | ||
.svn | ||
.hgsvn | ||
|
||
# These lines are suggested according to the svn:ignore property | ||
# Feel free to enable them by uncommenting them | ||
syntax:glob | ||
*.pyc | ||
*.pyo | ||
*.swp | ||
*.html | ||
*.class | ||
*.orig | ||
*~ | ||
|
||
doc/_build | ||
build/ | ||
dist/ | ||
*.egg-info | ||
issue/ | ||
env/ | ||
3rdparty/ | ||
.tox | ||
lib/ | ||
bin/ | ||
include/ | ||
src/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
sudo: false | ||
language: python | ||
python: | ||
- '2.7' | ||
- '3.4' | ||
- '3.5' | ||
- '3.6' | ||
- 'pypy-5.4' | ||
env: | ||
- DEPS="pytest~=2.9.0" | ||
- DEPS="pytest~=3.0.0" | ||
#- DEPS="pytest~=3.1.0" | ||
|
||
matrix: | ||
|
||
include: | ||
- python: '2.7' | ||
# using a different option due to pytest-addopts pytester issues | ||
env: PYTEST_XADDOPTS="-n 3 --runslowtests" DEPS="pytest~=3.0.0 pytest-xdist" | ||
allow_failures: | ||
- python: 'pypy-5.4' | ||
install: | ||
- pip install -U setuptools setuptools_scm | ||
- pip install $DEPS | ||
- pip install -U . --force-reinstall | ||
script: | ||
- py.test --lsof $PYTEST_XADDOPTS |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
Holger Krekel, holger at merlinux eu | ||
Benjamin Peterson, benjamin at python org | ||
Ronny Pfannschmidt, Ronny.Pfannschmidt at gmx de | ||
Guido Wesdorp, johnny at johnnydebris net | ||
Samuele Pedroni, pedronis at openend se | ||
Carl Friedrich Bolz, cfbolz at gmx de | ||
Armin Rigo, arigo at tunes org | ||
Maciek Fijalkowski, fijal at genesilico pl | ||
Brian Dorsey, briandorsey at gmail com | ||
Floris Bruynooghe, flub at devork be | ||
merlinux GmbH, Germany, office at merlinux eu | ||
|
||
Contributors include:: | ||
|
||
Ross Lawley | ||
Ralf Schmitt | ||
Chris Lamb | ||
Harald Armin Massa | ||
Martijn Faassen | ||
Ian Bicking | ||
Jan Balster | ||
Grig Gheorghiu | ||
Bob Ippolito | ||
Christian Tismer |
Oops, something went wrong.