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.

Add a CI job with PYTHONOPTIMIZE=2

See original GitHub issue

That way we make sure we do not introduce code that relies on asserts, __debug__ or docstrings to work, allowing people to use Scrapy when using Python in optimized mode.

Issue Analytics

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

github_iconTop GitHub Comments

1reaction
Gallaeciocommented, Mar 26, 2020

I think we can start with that, and see if everything works as expected (or fails as expected in the case of code modified in #4440).

Read more comments on GitHub >

github_iconTop Results From Across the Web

Jobs - GitLab Docs
Pipeline configuration begins with jobs. Jobs are the most fundamental element of a .gitlab-ci.yml file. Jobs are: Defined with constraints stating under ...
Read more >
Gitlab CI CD Tutorial | Stages & Jobs - YouTube
in this video, we will see the basics of CI CD, then we will create CI CD Pipeline on GitLab.#GitLab # Jobs #Stages...
Read more >
How To Set Up a Continuous Deployment Pipeline with ...
Let's start by creating a GitLab project and adding an HTML file to it. ... --executor is the executor type. docker executes each...
Read more >
Gitlab-CI: Specify that Job C should run after Job B if Job A fails
I want to run Job C after Job B has passed or failed. But Job A should have passed. – Sebi2020. Oct 5,...
Read more >
GitLab CI/CD Pipeline Configuration Reference
Jobs are the most fundamental element of a .gitlab-ci.yml file. ... it is necessary to add allow_failure: false to the job's definition in...
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