Bruno Oliveira
|
ec966d9800
|
Merge pull request #342 from nicoddemus/3.8-warnings
Fix warnings transfer between workers and master node with pytest >= 3.8
|
2018-09-25 12:10:10 -03:00 |
|
Bruno Oliveira
|
78030e3d32
|
Fix warnings transfer between workers and master node with pytest >= 3.8
Fix #341
|
2018-09-25 10:01:20 -03:00 |
|
Bruno Oliveira
|
ed2ab76b5c
|
Merge pull request #334 from nicoddemus/release-1.23.0
Release 1.23.0
|
2018-08-25 01:49:04 -03:00 |
|
Bruno Oliveira
|
bea2467712
|
Release 1.23.0
v1.23.0
|
2018-08-23 16:33:06 -03:00 |
|
Bruno Oliveira
|
c4a793de38
|
Merge pull request #332 from nicoddemus/optimize-report-data
Optimize collection performance
|
2018-08-23 16:31:09 -03:00 |
|
Bruno Oliveira
|
9bcd0e4352
|
Optimize collection performance
Only send failed collection reports, as master is only interested in failed
reports.
Fix #330
|
2018-08-18 23:09:00 -03:00 |
|
Bruno Oliveira
|
96af694bf3
|
Merge pull request #321 from nicoddemus/release-1.22.5
Revert dropped support to old pytest versions
|
2018-07-28 09:50:50 -03:00 |
|
Bruno Oliveira
|
a72f25335b
|
Merge remote-tracking branch 'upstream/master' into release-1.22.5
v1.22.5
|
2018-07-28 09:12:22 -03:00 |
|
Bruno Oliveira
|
f92242652d
|
Include six as dependency
|
2018-07-28 09:06:04 -03:00 |
|
Ronny Pfannschmidt
|
73e40aaa1b
|
Merge pull request #322 from nicoddemus/black-pre-commit
Introduce pre-commit and black
|
2018-07-28 09:24:15 +02:00 |
|
Bruno Oliveira
|
9f9eee6b74
|
Remove flakes and readme from appveyor and travis
|
2018-07-27 18:42:06 -03:00 |
|
Bruno Oliveira
|
f333588b6a
|
Skip sdist and usedevelop for linting
|
2018-07-27 18:18:03 -03:00 |
|
Bruno Oliveira
|
7ec8e4310c
|
Fix line ending issues
|
2018-07-27 18:15:58 -03:00 |
|
Bruno Oliveira
|
9e14e78d07
|
Add show-diff-on-failures to linting call
|
2018-07-27 17:57:09 -03:00 |
|
Bruno Oliveira
|
da7ab1103c
|
Add badge for black
|
2018-07-27 17:55:12 -03:00 |
|
Bruno Oliveira
|
fced1645cb
|
Run pre-commit: black, whitespaces, rst
|
2018-07-27 17:50:55 -03:00 |
|
Bruno Oliveira
|
1ed3884da9
|
Add pre-commit files and linting using pre-commit
|
2018-07-27 17:46:25 -03:00 |
|
Bruno Oliveira
|
beb92732ed
|
Include pytest 3.6 into the build matrix
|
2018-07-27 17:20:50 -03:00 |
|
Bruno Oliveira
|
dba68518fc
|
Prepare release 1.22.5
|
2018-07-27 17:07:40 -03:00 |
|
Bruno Oliveira
|
b9d91e913e
|
Add changelog entry for #321
|
2018-07-27 17:06:11 -03:00 |
|
Bruno Oliveira
|
b8154cf655
|
Revert "Drop support to old pytest versions (<3.4)"
This reverts commit b5abe791ad.
|
2018-07-27 17:02:20 -03:00 |
|
Bruno Oliveira
|
3776f3b74b
|
Merge pull request #318 from nicoddemus/release-1.22.4
Release 1.22.4
|
2018-07-27 12:25:27 -03:00 |
|
Bruno Oliveira
|
c5f0c34d38
|
Prepare release 1.22.4
v1.22.4
|
2018-07-27 09:17:18 -03:00 |
|
Bruno Oliveira
|
0b638ef02e
|
Fix ponctuation in CHANGELOG
|
2018-07-27 09:16:53 -03:00 |
|
Bruno Oliveira
|
a9da3a5306
|
Update CHANGELOG template to put issue number in the start of the line
This makes using multiple paragraphs per entry possible
|
2018-07-27 09:15:04 -03:00 |
|
Bruno Oliveira
|
b814db45ce
|
Merge pull request #317 from skirpichev/pypy3-numprocesses
Workaround cpu detection on Travis CI
|
2018-07-27 09:02:55 -03:00 |
|
Bruno Oliveira
|
ee0754bc35
|
Improve test for Travis fallback
|
2018-07-27 08:24:34 -03:00 |
|
Sergey B Kirpichev
|
5c59a30277
|
Add coverage test for Travis CI workaround
|
2018-07-26 12:56:10 +03:00 |
|
Sergey B Kirpichev
|
d3ef33ab32
|
Refactor automatic cpu detection code to auto_detect_cpus()
|
2018-07-26 12:52:18 +03:00 |
|
Sergey B Kirpichev
|
c950d88204
|
Workaround cpu detection on Travis CI
Closes #316
|
2018-07-25 19:05:19 +03:00 |
|
Bruno Oliveira
|
46119eb593
|
Merge pull request #315 from nicoddemus/pylib-woes
Remove last references to obsolete py.code
|
2018-07-25 09:07:19 -03:00 |
|
Bruno Oliveira
|
b5abe791ad
|
Drop support to old pytest versions (<3.4)
Let's take the opportunity to reduce the build matrix and test with latest
pytest versions as well
|
2018-07-23 19:32:56 -03:00 |
|
Bruno Oliveira
|
fe1f239612
|
Remove last references to obsolete py.code
Also remove some unnecessary references to py.builtin
Fix #305
|
2018-07-23 17:36:03 -03:00 |
|
Bruno Oliveira
|
55dc257f1c
|
Merge pull request #314 from nicoddemus/skip-tags-appveyor
Skip AppVeyor when building on tags
|
2018-07-23 17:14:14 -03:00 |
|
Bruno Oliveira
|
46dbc1223b
|
Merge pull request #313 from nicoddemus/conda-forge-badge
Replace anaconda's badge by conda-forge's
|
2018-07-23 17:14:03 -03:00 |
|
Bruno Oliveira
|
9b46df48a6
|
Merge pull request #312 from nicoddemus/release-1.22.3
Release 1.22.3
|
2018-07-23 17:13:26 -03:00 |
|
Bruno Oliveira
|
c6306e4fbe
|
Skip AppVeyor when building on tags
|
2018-07-23 17:03:06 -03:00 |
|
Bruno Oliveira
|
6ec967a3f2
|
Prepare release 1.22.3
1.22.3
|
2018-07-23 16:36:39 -03:00 |
|
Bruno Oliveira
|
0722ea12ef
|
Use a tox environment to update the release files
|
2018-07-23 16:36:26 -03:00 |
|
Bruno Oliveira
|
a5d51f24c9
|
Replace anaconda's badge by conda-forge's
|
2018-07-23 16:33:05 -03:00 |
|
Ronny Pfannschmidt
|
bb91f5459d
|
Merge pull request #309 from greut/cpu-count
plugin: get cpu_count from sched_getaffinity
|
2018-07-23 20:13:45 +02:00 |
|
Bruno Oliveira
|
00b7c4553a
|
Merge pull request #311 from nicoddemus/skip-deploy
Skip deploy job on Travis if we are not on a tag
|
2018-07-21 19:20:25 -03:00 |
|
Bruno Oliveira
|
9ff6fc10d0
|
Skip deploy job on Travis if we are not on a tag
|
2018-07-21 18:17:21 -03:00 |
|
Bruno Oliveira
|
a06e75cc78
|
Fix flake8 issue
|
2018-07-21 12:09:44 -03:00 |
|
Yoan Blanc
|
04882074e1
|
plugin: get cpu_count from sched_getaffinity
Signed-off-by: Yoan Blanc <yoan.blanc@exoscale.ch>
|
2018-07-18 08:32:01 +02:00 |
|
Bruno Oliveira
|
06593498cd
|
Merge pull request #306 from asottile/factor_out_py_std
Factor out py.std
|
2018-07-06 22:21:56 -03:00 |
|
Bruno Oliveira
|
57d09c2622
|
Merge pull request #308 from scop/dropthedot
Use pytest instead of py.test per upstream recommendation, #dropthedot
|
2018-07-06 22:20:53 -03:00 |
|
Ville Skyttä
|
663bbd5338
|
Use pytest instead of py.test per upstream recommendation, #dropthedot
http://blog.pytest.org/2016/whats-new-in-pytest-30/
https://twitter.com/hashtag/dropthedot
|
2018-07-07 00:01:11 +03:00 |
|
Bruno Oliveira
|
137b939a27
|
Merge pull request #307 from scop/grammar
Grammar fix
|
2018-07-06 12:05:26 -03:00 |
|
Ville Skyttä
|
17f6257a24
|
Grammar fix
|
2018-07-06 15:45:41 +03:00 |
|