- Declare pytest markers to prevent warnings
- Import Mapping from collections.abc instead of collections to fix a deprecationg warning.
- Fix incorrectly typed null constants in extra_headers byte strings
Differential D3639
Series of small fixes douardda on Jul 29 2020, 12:46 PM. Authored by
Details
Diff Detail
Event TimelineComment Actions Build is green Patch application report for D3639 (id=12805)Rebasing onto 3b2d72c0bb... Current branch diff-target is up to date. Changes applied before testcommit 17918fc2b3b05bdfef718e86d5d004b21266fcbf Author: David Douard <david.douard@sdfa3.org> Date: Wed Jul 29 12:43:23 2020 +0200 Fix incorrectly typed null constants in extra_headers byte strings commit d73d00101073a6f4b194eaec6eb1c7442acdb7e1 Author: David Douard <david.douard@sdfa3.org> Date: Wed Jul 29 12:42:03 2020 +0200 import Mapping from collections.abc instead of collections to fix a deprecationg warning. commit 81f9fbc574170a740698db061a7207c50f48f625 Author: David Douard <david.douard@sdfa3.org> Date: Wed Jul 29 12:32:34 2020 +0200 Declare pytest markers to prevent warnings See https://jenkins.softwareheritage.org/job/DMOD/job/tests-on-diff/124/ for more details. Comment Actions Build is green Patch application report for D3639 (id=12806)Rebasing onto 3b2d72c0bb... Current branch diff-target is up to date. Changes applied before testcommit b58d901b3b22c6d2510de5524842956e21268639 Author: David Douard <david.douard@sdfa3.org> Date: Wed Jul 29 12:43:23 2020 +0200 Fix incorrectly typed null constants in extra_headers byte strings commit 8f609e510d92cc78065be36a65acde11818f9844 Author: David Douard <david.douard@sdfa3.org> Date: Wed Jul 29 12:42:03 2020 +0200 Import Mapping from collections.abc instead of collections to fix a deprecationg warning. commit 81f9fbc574170a740698db061a7207c50f48f625 Author: David Douard <david.douard@sdfa3.org> Date: Wed Jul 29 12:32:34 2020 +0200 Declare pytest markers to prevent warnings See https://jenkins.softwareheritage.org/job/DMOD/job/tests-on-diff/125/ for more details. |