Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Config: remove pipfile from schema #8851

Merged
merged 1 commit into from
Jan 27, 2022
Merged

Conversation

humitos
Copy link
Member

@humitos humitos commented Jan 26, 2022

We don't support Pipfile and we decided we won't implement it for now (see
#3181). I'm removing it
from the schema and also its tests.

@humitos humitos requested a review from stsewd January 26, 2022 21:01
@humitos humitos requested a review from a team as a code owner January 26, 2022 21:01
We don't support Pipfile and we decided we won't implement it for now (see
#3181). I'm removing it
from the schema and also its tests.
@humitos humitos force-pushed the humitos/remove-pipfile-schema branch from 4bc117c to 0902f6d Compare January 27, 2022 09:36
@humitos humitos merged commit fc33e90 into master Jan 27, 2022
@humitos humitos deleted the humitos/remove-pipfile-schema branch January 27, 2022 09:44
doismellburning added a commit to UKPythonAssociation/ukpa-internaldocs that referenced this pull request Oct 1, 2023
I accidentally broke the RTD build with
253b4b6 when moving from
requirements.txt to Pipenv

This was not helped by not having automated tests for RTD builds - I
have subsequently enabled RTD Pull Request Previews
(https://docs.readthedocs.io/en/stable/pull-requests.html) to find out
in advance if anything is broken(!)

In terms of the core issue, RTD have decided to not support Pipenv
(readthedocs/readthedocs.org#8851 etc.) so
instead we shim things:

Rather than adopt a full-on "make RTD use Pipenv for dependencies", this
just has Pipenv generate a requirements.txt for RTD to use as it did
previously
doismellburning added a commit to UKPythonAssociation/ukpa-internaldocs that referenced this pull request Oct 1, 2023
I accidentally broke the RTD build with
253b4b6 when moving from
requirements.txt to Pipenv

This was not helped by not having automated tests for RTD builds - I
have subsequently enabled RTD Pull Request Previews
(https://docs.readthedocs.io/en/stable/pull-requests.html) to find out
in advance if anything is broken(!)

In terms of the core issue, RTD have decided to not support Pipenv
(readthedocs/readthedocs.org#8851 etc.) so
instead we shim things:

Rather than adopt a full-on "make RTD use Pipenv for dependencies", this
just has Pipenv generate a requirements.txt for RTD to use as it did
previously
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants