Description: Relax minimum pytest version
 To be able to build on Debian Stretch.
 .
 dask.distributed (2.0.1-0) unstable; urgency=medium
 .
   * New upstream release.
   * Refresh patches.
   * Use lsb-release to generate unique distribution tag in pkgs version.
   * Relax debhelper compat level from 11 to 10.
   * Rebuilding export_tool.js with updated path.
   * Disable sphinx_click extension, not available yet.
   * Build depends on python3-pytest.
Author: Adam Cecile <acecile@le-vert.net>

---
Origin: other
Forwarded: not-needed
Last-Update: 2019-07-01

--- dask.distributed-2.0.1.orig/setup.cfg
+++ dask.distributed-2.0.1/setup.cfg
@@ -37,7 +37,7 @@ parentdir_prefix = distributed-
 
 [tool:pytest]
 addopts = -rsx -v --durations=10
-minversion = 3.2
+minversion = 3.0
 markers =
     slow: marks tests as slow (deselect with '-m "not slow"')
     avoid_travis: marks tests as flaky on TravisCI.
