forked from scrapy-plugins/scrapy-playwright
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Windows support (scrapy-plugins#276)
* Supporting for Windows * Supporting for Windows * Supporting for Windows * Upload coverage report * Upload coverage report * up * No need for error details * Revert "No need for error details" This reverts commit a6b9f6e. * Restore original __all__ * Use platform.system(), remove Python version check * Make black happy * Black & typing adjustments * _WindowsAdapter class * Remove test markers * Decorator to adapt tests for Windows * Move _WindowsAdapter to _utils module * Adapt all tests for Windows * Update readme about Windows * Placeholder changelog entry for upcoming release * Rename coverage report CI step * Add pull request id to changelog * CI: add CODECOV_TOKEN to env (Windows) * Run twisted test on Windows too * Readme adjustments * Remove unused check for Deferred * asyncio reactor is not a requirement on Windows --------- Co-authored-by: sanzenwin <sanzenwin@gmail.com>
- Loading branch information
Showing
15 changed files
with
210 additions
and
44 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.