mirror of
https://github.com/Second-Hand-Friends/kleinanzeigen-bot.git
synced 2026-03-12 02:31:45 +01:00
build: upgrade to Python 3.14 (#636)
Co-authored-by: Jens <1742418+1cu@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
799ec447af
commit
dadd08aedb
@@ -787,7 +787,7 @@ class TestWebScrapingBrowserConfiguration:
|
||||
|
||||
monkeypatch.setattr(nodriver, "start", mock_start_fail)
|
||||
monkeypatch.setattr(nodriver.core.config, "Config", DummyConfig) # type: ignore[unused-ignore,reportAttributeAccessIssue]
|
||||
monkeypatch.setattr(os.path, "exists", lambda p: True)
|
||||
# Don't mock os.path.exists globally - let the file operations work normally
|
||||
|
||||
# Attempt to create a session
|
||||
scraper = WebScrapingMixin()
|
||||
|
||||
Reference in New Issue
Block a user