Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
dask / dask / tests / test_compatibility.py
Size: Mime:
from dask.compatibility import entry_points


def test_entry_points():
    assert "pytest" in [ep.name for ep in entry_points(group="console_scripts")]