Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork33.3k
Closed
Description
Bug report
Bug description:
I thought I add 3.14-dev to our CI on github actions and after fixing some obvious issues, this one was left (the code is tested successfully on 3.10 .. 3.13):
File"/home/runner/work/borg/borg/src/borg/archiver/create_cmd.py",line472,in_rec_walkwithOsOpen(~~~~~~^path=path,parent_fd=parent_fd,name=name,flags=flags_dir,noatime=True,op="dir_open"^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ )aschild_fd:^File"/opt/hostedtoolcache/Python/3.14.0-beta.2/x64/lib/python3.14/contextlib.py",line162,in__exit__self.gen.throw(value)~~~~~~~~~~~~~~^^^^^^^File"/home/runner/work/borg/borg/src/borg/archive.py",line254,inOsOpenyieldfdTypeError:_pystart_callbackexpected2arguments,got3
We use tox and pytest as test runner, in case that matters. Tried updating these (plus their plugins) to the latest versions, but it did not help.
CPython versions tested on:
3.14.0b2
Operating systems tested on:
Linux