-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix unit tests, update recipes and fix upload_score script
Use absolute paths when uploading to avoid conflicts
- Loading branch information
1 parent
f011a9a
commit c70225f
Showing
12 changed files
with
148 additions
and
92 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
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 |
---|---|---|
|
@@ -10,3 +10,5 @@ gcc_version: | |
- 13.2.0 | ||
zstd: | ||
- 1.5.5 | ||
libdeflate: | ||
- 1.21 |
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 |
---|---|---|
@@ -0,0 +1,43 @@ | ||
{% set name = "pynose" %} | ||
{% set version = "1.5.3" %} | ||
|
||
package: | ||
name: {{ name|lower }} | ||
version: {{ version }} | ||
|
||
source: | ||
url: https://pypi.org/packages/source/{{ name[0] }}/{{ name }}/pynose-{{ version }}.tar.gz | ||
sha256: 1b00ab94447cd7fcbb0a344fc1435137404c043db4a8e3cda63ca2893f8e5903 | ||
|
||
build: | ||
entry_points: | ||
- nosetests = nose.core:run_exit | ||
- pynose = nose.core:run_exit | ||
noarch: python | ||
script: {{ PYTHON }} -m pip install . -vv --no-deps --no-build-isolation | ||
number: 0 | ||
|
||
requirements: | ||
host: | ||
- python >=3.7 | ||
- setuptools >=68.0.0 | ||
- wheel >=0.42.0 | ||
- pip | ||
run: | ||
- python >=3.7 | ||
|
||
test: | ||
imports: | ||
- nose | ||
commands: | ||
- nosetests --help | ||
- pynose --help | ||
|
||
about: | ||
home: https://github.com/mdmintz/pynose | ||
summary: pynose fixes nose to extend unittest and make testing easier | ||
dev_url: https://github.com/mdmintz/pynose | ||
license: LGPL-2.1 AND EPL-2.0 | ||
license_file: | ||
- LICENSE | ||
- LICENSE.cpython |
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
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
Oops, something went wrong.