up vote
1
down vote
favorite
I am using openpyxl for parsing .xlsm files, and pytest for testing. When I open a file, I get the: OpenPyxl -> UserWarning: Data Validation extension is not supported and will be removed That is not really a problem bcs. program works and I can't change the .xlsm file to fix that. But... When I run pytest with something like: def test_wrong_file_format(): assert check_excel(open_excel('file.xlsm')) == True I will get the warning i mentioned altought check_excel(open_excel('file.xlsm')) returns True and the test should suceed... Is there a nice way to tell the pytest that "It's not a bug it's a feature" and tests should pass even when they get this warning? Is there other way than using something like: with pytest.warns(UserWarning): ...
1
Is there any difference between "忍受不住" and "忍受不了" in terms of their usages? for example, 忍受不了噪音 忍受不住噪音 or 我再也忍受不了隔壁的噪音了。 我再也忍受不住隔壁的噪音了。
comparison
share | improve this question
asked 14 hours ago
NoNames
6 1
New contributor
NoNames is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
...
0
I can download the website using the service Worker on Android Chrome, macOS Chrome as well as Safari and on Windows Chrome for offline use. When I try to download the website to iOS 12.1 Safari it works first. But when I close Safari, go offline and reopen Safari, I get the following error message : Safari can't open the Site. Error: "FetchEvent.respondWith received an error: TypeError: There seems to be no connection to the Internet." ==== AND in the console ==== FetchEvent.respondWith received an error: Returned response is null Below you can see the scripts in text form. Unfortunately, I can hardly report anything about the problem, because I don't understand it and hope for some knowledgeable people :) index.html <!DOCTYPE html> <html lang="en...