-
-
Notifications
You must be signed in to change notification settings - Fork 576
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
manifest_path is mostly empty for packages #1718
Labels
Milestone
Comments
pombredanne
added this to the v3.1 Documentation, documentation, documentation milestone
Sep 12, 2019
adityaviki
added a commit
to adityaviki/scancode-toolkit
that referenced
this issue
Sep 13, 2019
Added import for os.path and parent_directory to fix the issue Signed-off-by: Aditya Viki <[email protected]>
pombredanne
added a commit
that referenced
this issue
Sep 19, 2019
Add missing imports #1718 #1735 Signed-off-by: Philippe Ombredanne <[email protected]>
aj4ayushjain
pushed a commit
to aj4ayushjain/scancode-toolkit
that referenced
this issue
Sep 28, 2019
Added import for os.path and parent_directory to fix the issue Signed-off-by: Aditya Viki <[email protected]>
The base fix has been contributed by @adityaviki (Thanks! ) |
viragumathe5
pushed a commit
to viragumathe5/scancode-toolkit
that referenced
this issue
Mar 13, 2020
Added import for os.path and parent_directory to fix the issue Signed-off-by: Aditya Viki <[email protected]>
pombredanne
pushed a commit
that referenced
this issue
Sep 8, 2022
Web accessibility is important. Unfortunately currently many pygments styles have rules with poor contrasts. This commit introduces a test case that fails if the minimum contrast of a style gets worse, e.g: E AssertionError: contrast degradation for style 'borland' E The following rules have a contrast lower than the required 2.9: E E * 1.90 Token.Text.Whitespace E * 2.80 Token.Generic.Heading E * 2.30 Token.Generic.Subheading E E assert not 1.9 < 2.9 This is accomplished by storing the current minimum contrasts in ./tests/contrast/min_contrasts.json. When you improve a minimum contrast the test fails with: E AssertionError: congrats, you improved a contrast! please run ./scripts/update_contrasts.py E assert not 1.9 > 0.9 Running the script as instructed updates the JSON file, making the test pass. New styles are required to meet the WCAG AA contrast minimum of 4.5. First commit to address #1718.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
with:
I get this error:
System configuration
For bug reports, it really helps us to know:
The text was updated successfully, but these errors were encountered: