-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix failures in CI ahead of first release, drop Python 3.5 (#11)
* Silence junit_family warnings * Remove Python 3.5 support * Silence deprecation warnings for autodoc_default_flags * Download flag files from cloud in tests when testing from generic dirs * Bump Python version in README.rst * Extend cloud download approach to test_flagser, fix incorrect url * Correct dir path to file path * Linting * Use copyfile instead of copyfileobj * Use urlretrieve instead of urlopen * Add sudo permissions to pytest line in manylinux * Remove sudo, add conftest file defining --webdl, implement on flagio - Comment tests in test_flagser to silence failures * Try new approach to avoid issues with --pyargs and command line arguments * Add forgotten import dot and linting * Remove nightlies from Azure CI * Uninstall dev environment after testing it * Change flagser docstring formatting to avoid sphinx errors * Uninstall dev after testing dev in docker_scripts.sh Also replace dot in pytest with pyflagser * Avoid unnecessary coverage report generations and uploads * Wording changes in comments * Change bash to script in windows jobs * Remove contradictory passed options * Reintroduce coverage reports for all systems * Try with sudo in manylinux, pass /D in windows * Refactor tests * Update CODE_AUTHORS * UPDATE LICENSE * Update RELEASE * Update MAINTAINER variable in setup.py * Update GOVERNANCE * Better docstring formatting in flagser.py * Add sudo to pytest steps in linux systems * Remove sudo, create temp dir for pytests on wheels * Add sudo only in one place * Do not delete folders/files * Minor improvements in docs and variable names * Correct mistake in GOVERNANCE
- Loading branch information
Showing
17 changed files
with
135 additions
and
175 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 |
---|---|---|
|
@@ -3,3 +3,4 @@ | |
|
||
Guillaume Tauzin, [email protected] | ||
Julian Burella Pérez, [email protected] | ||
Umberto Lupo, [email protected] |
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,4 +1,4 @@ | ||
This file describe the governance of the Giotto project. | ||
This file describe the governance of the pyflagser project. | ||
|
||
Project owner: | ||
-------------- | ||
|
@@ -10,12 +10,10 @@ Authors: | |
|
||
- Please refer to the `authors <https://github.com/giotto-ai/pyflagser/blob/master/CODE_AUTHORS>`_ file | ||
|
||
Giotto Project Team: | ||
-------------------- | ||
Pyflagser Project Team: | ||
----------------------- | ||
|
||
- Umberto Lupo [email protected] (Maintainer & Developer) | ||
- Guillaume Tauzin [email protected] (Maintainer) | ||
- Umberto Lupo [email protected] (Maintainer) | ||
- Julian Burella Pérez [email protected] (Developer) | ||
- Matteo Caorsi [email protected] (Project Leader) | ||
- Philippe Nguyen [email protected] (Developer) | ||
|
||
Former Project Team Members: | ||
---------------------------- |
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
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.