This repository has been archived by the owner on Oct 27, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[update to 4.2] Declare dependency on Setuptools. Fixes #40.
Jason R. Coombs (9): Older Setuptools will never work on Python 3.7. Save the pip cache across builds. Ref pypa/setuptools#1279. Add workaround for build failures on Python 3.7 (yaml/pyyaml#126). Run flake8 with tests. Add flake8 config to ignore common exclusions. Add comments to testing and docs extras to aid with merges. Add appveyor badge (commented). Disable RTD by default. Limit workaround to affected Python Merge https://github.com/jaraco/skeleton Declare dependency on Setuptools. Fixes #40. Moved dependency check to runtime. Fixes #40. 4.2 === * #40: Remove declared dependency and instead assert it at run time. 4.1 === * #40: Declare dependency on Setuptools in package metadata.
- Loading branch information
Showing
7 changed files
with
23 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
PKG_NAME := pytest-runner | ||
URL = https://pypi.debian.net/pytest-runner/pytest-runner-4.0.tar.gz | ||
URL = https://pypi.debian.net/pytest-runner/pytest-runner-4.2.tar.gz | ||
ARCHIVES = | ||
|
||
include ../common/Makefile.common |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
27 | ||
28 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
773e66bc75b666e0d0cd9aeb44e331ccf0137ad4/pytest-runner-4.0.tar.gz | ||
95dccf7142e30fbbe3d1f4ea08aae8d6cc15c5d6/pytest-runner-4.2.tar.gz |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,6 @@ | ||
# This file contains recursive sources that require this package | ||
dask | ||
flake8 | ||
keyring | ||
mccabe | ||
pylint | ||
scikit-image | ||
|