question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

How do I make nox-poetry ignore the extras I have when I session.install(".")?

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:13 (7 by maintainers)

github_iconTop GitHub Comments

1reaction
cjolowiczcommented, Mar 1, 2021

Closing this as nox-poetry works as designed with respect to extras. I’m happy to reopen this if you provide additional input.

As for the git dependency, let’s move this discussion to #141.

Feel free to open a separate feature request if you have an idea for a better API to install packages without constraints.

1reaction
cjolowiczcommented, Feb 11, 2021

FTR

nox > Command python -m pip install --constraint=.nox/test-3-8/tmp/requirements.txt file:///home/runner/work/jumpstarter/jumpstarter/dist/jumpstarter-0.1.0-py3-none-any.whl failed with exit code 1: 14 DEPRECATION: Constraints are only allowed to take the form of a package name and a version specifier. Other forms were originally permitted as an accident of the implementation, but were undocumented. The new implementation of the resolver no longer supports these forms. A possible replacement is replacing the constraint with a requirement… You can find discussion regarding this at https://github.com/pypa/pip/issues/8210. 15 ERROR: Links are not allowed as constraints 16 nox > Session test-3.8 failed.

Read more comments on GitHub >

github_iconTop Results From Across the Web

git-extras/git-ignore.md at master · tj/git-extras - GitHub
A space delimited list of patterns to append to the file in context. PATTERN FORMAT. Pattern format as described in the git manual....
Read more >
Ignore "Extras" folder in Video Station library? : r/synology
Is it possible to set Video Station to ignore the videos in these Extras folders somehow? Even if this can't be done within...
Read more >
how to ignore extra kwargs in python-attrs class - Stack Overflow
One of them is typing (as in types, not pressing keys :)) and the other is robustness/debugabiity. Ignoring arguments that you might have...
Read more >
git-ignore(1) — git-extras — Debian testing
A space delimited list of patterns to append to the file in context. PATTERN FORMAT¶. Pattern format as described in the git manual....
Read more >
pip install - pip documentation v22.3.1
In combination with the --dry-run and --ignore-installed it can be used to resolve a set ... python -m pip install SomePackage[PDF,EPUB] # multiple...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found