-
Notifications
You must be signed in to change notification settings - Fork 667
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Transfer of fasteners
dependency to filelock
#4800
Merged
yuxuanzhuang
merged 54 commits into
MDAnalysis:develop
from
talagayev:fasteners_to_filelock
Jan 12, 2025
Merged
Changes from all commits
Commits
Show all changes
54 commits
Select commit
Hold shift + click to select a range
0d02218
Update pyproject.toml
talagayev 833f58b
Update requirements.txt
talagayev 0e45f80
Update action.yaml
talagayev 0505cc5
Update action.yaml
talagayev ea5a61c
Update environment.yml
talagayev 40251b6
Update azure-pipelines.yml
talagayev c98a11f
Update XDR.py
talagayev 97927bb
Update XDR.py
talagayev f8f05f2
Update test_xdr.py
talagayev 3cd7307
Update XDR.py
talagayev b66e3d2
Update test_xdr.py
talagayev e71943f
Update XDR.py
talagayev ce3656a
Update test_xdr.py
talagayev aa9f83f
Merge branch 'MDAnalysis:develop' into fasteners_to_filelock
talagayev 307027b
Update test_xdr.py
talagayev 77abba0
Update test_xdr.py
talagayev fc52a18
Update test_xdr.py
talagayev e1fe6fb
Update test_xdr.py
talagayev fbcd060
Update test_xdr.py
talagayev 9c2ed87
Update test_xdr.py
talagayev 2d3cf13
Update test_xdr.py
talagayev 78b61e9
Update test_xdr.py
talagayev 30e4561
Update test_xdr.py
talagayev 947966c
Update test_xdr.py
talagayev b32b716
Merge branch 'MDAnalysis:develop' into fasteners_to_filelock
talagayev 33c0ea4
Update CHANGELOG
talagayev 088b867
Merge branch 'develop' into fasteners_to_filelock
orbeckst 16132f2
Update test_xdr.py
talagayev b100232
Update test_xdr.py
talagayev 8de3f27
Update test_xdr.py
talagayev 8ca8893
Update test_xdr.py
talagayev 86c3db2
Update test_xdr.py
talagayev c1436b9
Update test_xdr.py
talagayev 1fd2374
Update test_xdr.py
talagayev b7150e2
Update test_xdr.py
talagayev b038a21
Update test_xdr.py
talagayev db46e40
Update test_xdr.py
talagayev 497f14e
Update test_xdr.py
talagayev 47bfb7c
Merge branch 'develop' into fasteners_to_filelock
yuxuanzhuang c271f6b
Update test_xdr.py
talagayev 332f8ca
Update test_xdr.py
talagayev 73e1d03
Update test_xdr.py
talagayev a6bb5fe
Update test_xdr.py
talagayev a5d0f3a
Update test_xdr.py
talagayev fe59638
Update test_xdr.py
talagayev d1df5ac
Update test_xdr.py
talagayev 8bb1c77
Update test_xdr.py
talagayev 42539bd
Update test_xdr.py
talagayev 3c5cb66
check lock file exists for traj
yuxuanzhuang 2fb9b69
use mock to test cannot write offsets
yuxuanzhuang 40d09cc
Merge branch 'develop' into fasteners_to_filelock
talagayev 9b8209a
skip lock file test for windows
yuxuanzhuang fd537cc
import sys
yuxuanzhuang 7b580c1
test filelock permission error
yuxuanzhuang File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
biopython>=1.80 | ||
codecov | ||
cython | ||
fasteners | ||
filelock | ||
griddataformats | ||
gsd | ||
hypothesis | ||
|
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.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
good!
(I think this also explain why you changed the check for a warning in the tests)