Commit Graph

  • 646eb868ab Merge pull request #378 from tzickel/geventfix Ronny Pfannschmidt 2018-11-22 07:09:38 +01:00
  • 50b27d2735 Skip test which needs pytest_namespace(), removed recently Bruno Oliveira 2018-11-21 19:57:24 -02:00
  • 16db6eddd7 fix a bug with gevent monkeypatch tzickel 2018-11-21 18:34:32 +02:00
  • f2061875e1 Merge pull request #377 from nicoddemus/pytest-4-fix Ronny Pfannschmidt 2018-11-16 19:35:04 +01:00
  • c4b365b082 Update test that used deprecated cached_setup function Bruno Oliveira 2018-11-16 12:50:15 -02:00
  • b94dcfe4cd linting bwilson 2018-11-13 10:45:40 -06:00
  • 311554324a Adding RemoteTarget class to wrap module/function bwilson 2018-11-13 10:37:37 -06:00
  • 5465d936f7 Add newline Ethan Smith 2018-11-12 14:05:07 -08:00
  • b819657dac Add changelog entry Ethan Smith 2018-11-12 13:37:10 -08:00
  • d8c6c22989 Don't show node setup when running quiet Ethan Smith 2018-11-12 13:31:19 -08:00
  • 5bb35b0f26 fixing linting problem with changelog bwilson 2018-11-12 13:53:35 -06:00
  • 47d271ad97 Adding news file bwilson 2018-11-12 13:41:18 -06:00
  • 7fb7bd9d04 Add a hook to allow overriding the remote module that's executed by execnet bwilson 2018-11-12 13:29:39 -06:00
  • 1efec5a153 Merge pull request #372 from nicoddemus/drop-old-pytest Bruno Oliveira 2018-11-11 12:15:34 -02:00
  • f9a13fe53b Drop support to old pytest versions and test with python 3.7 Bruno Oliveira 2018-11-10 19:31:38 -02:00
  • 74a5e0ca03 Merge pull request #371 from nicoddemus/skip-module-370 Bruno Oliveira 2018-11-10 19:19:50 -02:00
  • 3292e0ede0 Fix handling of skipped modules with pytest.skip at module level Bruno Oliveira 2018-11-10 14:14:04 -02:00
  • d40d47acd9 Merge pull request #369 from nicoddemus/release-1.21.1 Bruno Oliveira 2018-11-10 11:51:32 -02:00
  • 3579bfce7d Release 1.21.1 v1.24.1 Bruno Oliveira 2018-11-09 14:29:21 -02:00
  • 365499eeaf Merge pull request #368 from nicoddemus/rename-filescope-file Ronny Pfannschmidt 2018-11-09 17:20:35 +01:00
  • a518bd4e2a Merge pull request #362 from nicoddemus/serialize-fail-349 Ronny Pfannschmidt 2018-11-09 17:17:59 +01:00
  • d84ae73775 Rename filescope to loadfile Bruno Oliveira 2018-11-09 13:00:40 -02:00
  • 673fe9bd67 Create 'baseline' stage for fast-failure of builds, similar to pytest Bruno Oliveira 2018-10-29 19:01:34 -03:00
  • 9217b80fb1 Update CI to test against latest pytest release Bruno Oliveira 2018-10-29 18:50:39 -03:00
  • b151e56fbd Handle unserializable warning arguments Bruno Oliveira 2018-10-29 18:47:43 -03:00
  • 70688b7986 Refactor warning acceptance tests into a class Bruno Oliveira 2018-10-29 18:38:01 -03:00
  • adc385253c Merge pull request #357 from nicoddemus/release-1.24.0 Bruno Oliveira 2018-10-29 18:23:37 -03:00
  • bfd6029102 Release 1.24.0 v1.24.0 Bruno Oliveira 2018-10-18 07:55:54 -03:00
  • 3f5a8eeb7f Merge pull request #356 from pristupa/maxprocessing-option Bruno Oliveira 2018-10-18 07:54:02 -03:00
  • d5b61e72d4 Merge pull request #351 from cybojanek/master Bruno Oliveira 2018-10-18 07:53:52 -03:00
  • f224c4b00e Fix CHANGELOG formatting Bruno Oliveira 2018-10-17 09:19:48 -03:00
  • ddefd3f453 Call group.addoption() instead of _addoption() when parsing command-line arguments Pavel Pristupa 2018-10-17 17:48:47 +07:00
  • 5ce8a6ec1a Add maxprocesses option to limit the maximum number of workers when using numprocesses=auto Pavel Pristupa 2018-10-17 16:37:13 +07:00
  • fe06f27b8b Issue node shutdown on empty workload Jan Kasiak 2018-09-30 13:59:35 -04:00
  • 86e2fb5a5a Merge pull request #347 from nicoddemus/release-1.23.2 Bruno Oliveira 2018-09-28 07:34:43 -03:00
  • ec6129639e Release 1.23.2 v1.23.2 Bruno Oliveira 2018-09-28 06:38:50 -03:00
  • f6ac209cd5 Merge pull request #345 from BrandonHoffman/master Bruno Oliveira 2018-09-28 06:38:14 -03:00
  • b176b37606 Add a test which reproduces #344 and fix the handling code Bruno Oliveira 2018-09-27 22:18:52 -03:00
  • 22e36c9cb4 run black formatter Brandon Hoffman 2018-09-27 19:32:10 -05:00
  • 8825e7e234 use module name and class name for method instead of the reference to them Brandon Hoffman 2018-09-27 19:27:49 -05:00
  • 5d5f87b600 add moduel and class name to warning text Brandon Hoffman 2018-09-27 19:24:58 -05:00
  • 571d08fb8b remove unneeded lines Brandon Hoffman 2018-09-26 21:05:30 -05:00
  • 36c28ee154 add test case for invalid warning handeling Brandon Hoffman 2018-09-26 20:44:01 -05:00
  • af3e975664 add changelog Brandon Hoffman 2018-09-26 19:46:28 -05:00
  • bc2ba55f70 add exception handeling for warning serialization issues Brandon Hoffman 2018-09-26 19:32:13 -05:00
  • 8475876ce3 Merge pull request #343 from nicoddemus/release-1.23.1 Bruno Oliveira 2018-09-25 17:05:40 -03:00
  • 8ee6c0a4e6 Release 1.23.1 v1.23.1 Bruno Oliveira 2018-09-25 12:11:08 -03:00
  • ec966d9800 Merge pull request #342 from nicoddemus/3.8-warnings Bruno Oliveira 2018-09-25 12:10:10 -03:00
  • 78030e3d32 Fix warnings transfer between workers and master node with pytest >= 3.8 Bruno Oliveira 2018-09-24 14:58:13 -03:00
  • ed2ab76b5c Merge pull request #334 from nicoddemus/release-1.23.0 Bruno Oliveira 2018-08-25 01:49:04 -03:00
  • bea2467712 Release 1.23.0 v1.23.0 Bruno Oliveira 2018-08-23 16:33:06 -03:00
  • c4a793de38 Merge pull request #332 from nicoddemus/optimize-report-data Bruno Oliveira 2018-08-23 16:31:09 -03:00
  • 9bcd0e4352 Optimize collection performance Bruno Oliveira 2018-08-18 21:01:00 -03:00
  • 96af694bf3 Merge pull request #321 from nicoddemus/release-1.22.5 Bruno Oliveira 2018-07-28 09:50:50 -03:00
  • a72f25335b Merge remote-tracking branch 'upstream/master' into release-1.22.5 v1.22.5 Bruno Oliveira 2018-07-28 09:12:22 -03:00
  • f92242652d Include six as dependency Bruno Oliveira 2018-07-28 09:06:04 -03:00
  • 73e40aaa1b Merge pull request #322 from nicoddemus/black-pre-commit Ronny Pfannschmidt 2018-07-28 09:24:15 +02:00
  • 9f9eee6b74 Remove flakes and readme from appveyor and travis Bruno Oliveira 2018-07-27 18:42:06 -03:00
  • f333588b6a Skip sdist and usedevelop for linting Bruno Oliveira 2018-07-27 18:18:03 -03:00
  • 7ec8e4310c Fix line ending issues Bruno Oliveira 2018-07-27 18:15:58 -03:00
  • 9e14e78d07 Add show-diff-on-failures to linting call Bruno Oliveira 2018-07-27 17:57:09 -03:00
  • da7ab1103c Add badge for black Bruno Oliveira 2018-07-27 17:52:22 -03:00
  • fced1645cb Run pre-commit: black, whitespaces, rst Bruno Oliveira 2018-07-27 17:50:55 -03:00
  • 1ed3884da9 Add pre-commit files and linting using pre-commit Bruno Oliveira 2018-07-27 17:46:25 -03:00
  • beb92732ed Include pytest 3.6 into the build matrix Bruno Oliveira 2018-07-27 17:20:50 -03:00
  • dba68518fc Prepare release 1.22.5 Bruno Oliveira 2018-07-27 17:07:40 -03:00
  • b9d91e913e Add changelog entry for #321 Bruno Oliveira 2018-07-27 17:06:11 -03:00
  • b8154cf655 Revert "Drop support to old pytest versions (<3.4)" Bruno Oliveira 2018-07-27 17:02:20 -03:00
  • 3776f3b74b Merge pull request #318 from nicoddemus/release-1.22.4 Bruno Oliveira 2018-07-27 12:25:27 -03:00
  • c5f0c34d38 Prepare release 1.22.4 v1.22.4 Bruno Oliveira 2018-07-27 09:17:18 -03:00
  • 0b638ef02e Fix ponctuation in CHANGELOG Bruno Oliveira 2018-07-27 09:16:41 -03:00
  • a9da3a5306 Update CHANGELOG template to put issue number in the start of the line Bruno Oliveira 2018-07-27 09:12:47 -03:00
  • b814db45ce Merge pull request #317 from skirpichev/pypy3-numprocesses Bruno Oliveira 2018-07-27 09:02:55 -03:00
  • ee0754bc35 Improve test for Travis fallback Bruno Oliveira 2018-07-27 08:24:34 -03:00
  • 5c59a30277 Add coverage test for Travis CI workaround Sergey B Kirpichev 2018-07-26 12:56:10 +03:00
  • d3ef33ab32 Refactor automatic cpu detection code to auto_detect_cpus() Sergey B Kirpichev 2018-07-26 12:52:18 +03:00
  • c950d88204 Workaround cpu detection on Travis CI Sergey B Kirpichev 2018-07-25 19:05:19 +03:00
  • 46119eb593 Merge pull request #315 from nicoddemus/pylib-woes Bruno Oliveira 2018-07-25 09:07:19 -03:00
  • b5abe791ad Drop support to old pytest versions (<3.4) Bruno Oliveira 2018-07-23 18:15:01 -03:00
  • fe1f239612 Remove last references to obsolete py.code Bruno Oliveira 2018-07-23 17:33:59 -03:00
  • 55dc257f1c Merge pull request #314 from nicoddemus/skip-tags-appveyor Bruno Oliveira 2018-07-23 17:14:14 -03:00
  • 46dbc1223b Merge pull request #313 from nicoddemus/conda-forge-badge Bruno Oliveira 2018-07-23 17:14:03 -03:00
  • 9b46df48a6 Merge pull request #312 from nicoddemus/release-1.22.3 Bruno Oliveira 2018-07-23 17:13:26 -03:00
  • c6306e4fbe Skip AppVeyor when building on tags Bruno Oliveira 2018-07-23 17:03:06 -03:00
  • 6ec967a3f2 Prepare release 1.22.3 1.22.3 Bruno Oliveira 2018-07-23 16:20:22 -03:00
  • 0722ea12ef Use a tox environment to update the release files Bruno Oliveira 2018-07-23 16:12:07 -03:00
  • a5d51f24c9 Replace anaconda's badge by conda-forge's Bruno Oliveira 2018-07-23 16:31:07 -03:00
  • bb91f5459d Merge pull request #309 from greut/cpu-count Ronny Pfannschmidt 2018-07-23 20:13:45 +02:00
  • 00b7c4553a Merge pull request #311 from nicoddemus/skip-deploy Bruno Oliveira 2018-07-21 19:20:25 -03:00
  • 9ff6fc10d0 Skip deploy job on Travis if we are not on a tag Bruno Oliveira 2018-07-21 18:17:21 -03:00
  • a06e75cc78 Fix flake8 issue Bruno Oliveira 2018-07-21 12:09:44 -03:00
  • 04882074e1 plugin: get cpu_count from sched_getaffinity Yoan Blanc 2018-07-18 08:02:53 +02:00
  • 06593498cd Merge pull request #306 from asottile/factor_out_py_std Bruno Oliveira 2018-07-06 22:21:56 -03:00
  • 57d09c2622 Merge pull request #308 from scop/dropthedot Bruno Oliveira 2018-07-06 22:20:53 -03:00
  • 663bbd5338 Use pytest instead of py.test per upstream recommendation, #dropthedot Ville Skyttä 2018-07-06 23:08:36 +03:00
  • 137b939a27 Merge pull request #307 from scop/grammar Bruno Oliveira 2018-07-06 12:05:26 -03:00
  • 17f6257a24 Grammar fix Ville Skyttä 2018-07-06 15:45:41 +03:00
  • 78fcf725cf Factor out py.std Anthony Sottile 2018-07-05 15:35:39 -07:00
  • 8d94fca964 Merge pull request #297 from nicoddemus/fix-init Ronny Pfannschmidt 2018-06-11 06:01:17 +02:00
  • b06c52a5d2 Add .pytest_cache to gitignore Bruno Oliveira 2018-06-03 16:10:55 -03:00