Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ examples/output.txt
# ignore coverage files
.coverage*
!.coveragerc
.noseids
htmlcov
# ignore trajectory offset caches
.adk_oplsaa.trr_offsets.pkl
Expand Down
1 change: 0 additions & 1 deletion benchmarks/asv.conf.json
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The whole file needs some updating, based on what we're currently using for ASV. However, as far as this PR goes, removing nose here is ok, as suggested in the original issue.

Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@
"scipy": [],
"six": [],
"pytest": [],
"nose": [],
"mock": [],
"MDAnalysisTests": [],
},
Expand Down
3 changes: 2 additions & 1 deletion package/AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,8 @@ Chronological list of authors
- Brady Johnston
2026
- Mohammad Ayaan

- Khushi Phougat

External code
-------------

Expand Down
2 changes: 0 additions & 2 deletions testsuite/MDAnalysisTests/utils/test_streamio.py
Original file line number Diff line number Diff line change
Expand Up @@ -214,8 +214,6 @@ def test_func(self, func):

def test_join(self, tmpdir, funcname="join"):
# join not included because of different call signature
# but added first argument for the sake of it showing up in the verbose
# nose output
ns = self.create_NamedStream()
fn = self.textname
reference = str(tmpdir.join(fn))
Expand Down
Loading