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

define dev dependencies in the requirement file only #39

Merged
merged 3 commits into from
Jan 30, 2024

Conversation

anis-campos
Copy link

we can mix pyproject.toml and dependency files, as the first one will be used while installing the package but the last one only serve in the CI.
Keeping the dev requirement in one place will simplify the requirement management

we can mix pyproject.toml and dependency files, as the first one will be used while installing the package
but the last one only serve in the CI.
Keeping the dev requirement in one place will simplify the requirement management
Copy link

codecov bot commented Jan 29, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (e0e529a) 98.02% compared to head (fb39a85) 98.02%.

❗ Current head fb39a85 differs from pull request most recent head a902b18. Consider uploading reports for the commit a902b18 to get more accurate results

Additional details and impacted files
@@           Coverage Diff           @@
##           master      #39   +/-   ##
=======================================
  Coverage   98.02%   98.02%           
=======================================
  Files          20       20           
  Lines         556      556           
  Branches      105      105           
=======================================
  Hits          545      545           
  Misses          8        8           
  Partials        3        3           
Flag Coverage Δ
3.10 98.02% <ø> (ø)
3.11 98.02% <ø> (ø)
3.12 98.02% <ø> (ø)
3.8 98.02% <ø> (ø)
3.9 98.02% <ø> (ø)
macos-latest 98.02% <ø> (ø)
ubuntu-latest 97.66% <ø> (ø)
windows-latest 98.02% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Signed-off-by: Stavros Ntentos <133706+stdedos@users.noreply.github.com>
…ncies

Signed-off-by: Stavros Ntentos <133706+stdedos@users.noreply.github.com>
Copy link
Collaborator

@stdedos stdedos left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for the awesome, surgical work 😎

@stdedos stdedos merged commit f3ddffc into pylint-dev:master Jan 30, 2024
18 checks passed
@anis-campos anis-campos deleted the fix-dev-dependencies branch January 30, 2024 21:14
stdedos added a commit that referenced this pull request Feb 2, 2024
# Added

* Migrate setup.py to pyproject.toml (#8)
* Support for Python 3.12 (#3,
  "side effect" of #8)
* Introduced @dependabot (part of #28)
* Improved reliability of the `FixtureChecker` class (#29)

# Removed

* Support for Python 3.6 & 3.7 (#23)

# Improved

* Increased reproducibility of the project, by using `pip-compile` for the development dependencies
  (#28, small bugfix in #39)
* Minor CI + License updates (in 29f0c33, e0e529a, 8f56d1c)

Signed-off-by: Stavros Ntentos <133706+stdedos@users.noreply.github.com>
stdedos added a commit that referenced this pull request Feb 2, 2024
# Added

* Increased reproducibility of the project, by using `pip-compile` for the development dependencies
  (#28, small bugfix in #39)
* Introduced @dependabot (part of #28)

# Removed

* Support for Python 3.6 & 3.7 (#23)

# Improved

* Migrate setup.py to pyproject.toml (#8)
* Support for Python 3.12 (#3,
  "side effect" of #8)
* Improved reliability of the `FixtureChecker` class (#29)
* Minor CI + License updates (in 29f0c33, e0e529a, 8f56d1c)

Signed-off-by: Stavros Ntentos <133706+stdedos@users.noreply.github.com>
stdedos added a commit that referenced this pull request Feb 2, 2024
# Added

* Increased reproducibility of the project, by using `pip-compile` for the development dependencies
  (#28, small bugfix in #39)
* Introduced @dependabot (part of #28)

# Removed

* Support for Python 3.6 & 3.7 (#23)

# Improved

* Migrate setup.py to pyproject.toml (#8)
* Support for Python 3.12 (#3,
  "side effect" of #8)
* Improved reliability of the `FixtureChecker` class (#29)
* Minor CI + License updates (in 29f0c33, e0e529a, 8f56d1c)

Signed-off-by: Stavros Ntentos <133706+stdedos@users.noreply.github.com>
@stdedos stdedos added this to the Release v2 milestone Feb 2, 2024
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.

2 participants