You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* 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 <[email protected]>
Just like the [upstream Scrapy extension](https://docs.scrapy.org/en/latest/topics/extensions.html#module-scrapy.extensions.memusage), this custom memory extension does not work
881
+
on Windows. This is because the stdlib [`resource`](https://docs.python.org/3/library/resource.html)
882
+
module is not available.
883
+
854
884
855
885
## Examples
856
886
@@ -912,23 +942,6 @@ See the [examples](examples) directory for more.
912
942
913
943
## Known issues
914
944
915
-
### Lack of native support for Windows
916
-
917
-
This package does not work natively on Windows. This is because:
918
-
919
-
* Playwright runs the driver in a subprocess. Source:
0 commit comments